FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridAggregateFunction Class / Std Property

In This Topic
    Std Property
    In This Topic
    Returns the sample standard deviation of the values in the group (uses the formula based on n-1).
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property Std As GridAggregateFunction
    public static GridAggregateFunction Std {get;}
    See Also