C1.C1Preview.DataBinding Namespace : AggregateFuncEnum Enumeration |
'Declaration Public Enum AggregateFuncEnum Inherits System.Enum
public enum AggregateFuncEnum : System.Enum
Member | Description |
---|---|
Average | Returns the average of values of the expression within the scope. |
Count | Returns the count of values of the expression within the scope. |
CountDistinct | Returns the count of distinct values of the expression within the scope. |
First | Returns the first (in the sorted sequence) value of the expression within the scope. |
Last | Returns the last (in the sorted sequence) value of the expression within the scope. |
Max | Returns the maximum of values of the expression within the scope. |
Min | Returns the minimum of values of the expression within the scope. |
StDev | Returns the standard deviation of values of the expression within the scope. |
StDevP | Returns the population standard deviation of values of the expression within the scope. |
Sum | Returns the sum of values of the expression within the scope. |
Var | Returns the variance of values of the expression within the scope. |
VarP | Returns the population variance of values of the expression within the scope. |
System.Object
System.ValueType
System.Enum
C1.C1Preview.DataBinding.AggregateFuncEnum
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2