Table of Contents

TTMSFNCDataGrid.RowStandardDeviation Method

Returns the population standard deviation of numeric values across the data columns of a row.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCDataGrid Inherited from: TTMSFNCCustomDataGrid

Syntax

function RowStandardDeviation(ARow: Integer; AFromColumn: Integer = -1; AToColumn: Integer = -1): Double;

Parameters

Name Description
ARow Zero-based row index.
AFromColumn First column to include, or -1 for the first data column.
AToColumn Last column to include, or -1 for the last data column.

Returns

Standard deviation as a Double.