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

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