Class KnownFunction
The predefined mathematical functions known to data component's aggregate API.
Inheritance
System.Object
KnownFunction
Namespace: Telerik.XamarinForms.Common.Data
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public sealed class KnownFunction : Enum
Fields
Average
Count
Max
Min
Product
StdDev
The STANDARD DEVIATION, based on a sample function.
Declaration
public const KnownFunction StdDev
Field Value
KnownFunction
|
StdDevP
The STANDARD DEVIATION, based on the entire population function.
Declaration
public const KnownFunction StdDevP
Field Value
KnownFunction
|
Sum
value__
Declaration
public int value__
Field Value
System.Int32
|
Var
The VARIANCE, based on a sample function.
Declaration
public const KnownFunction Var
Field Value
KnownFunction
|
VarP
The VARIANCE, based on the entire population function.
Declaration
public const KnownFunction VarP
Field Value
KnownFunction
|