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

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