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

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