PrintDocument for WinForms
AggregateFuncEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview.DataBinding 名前空間 : AggregateFuncEnum 列挙体
Defines the set of supported aggregate functions (see Aggregate).
シンタックス
'宣言
 
Public Enum AggregateFuncEnum 
   Inherits System.Enum
'使用法
 
Dim instance As AggregateFuncEnum
public enum AggregateFuncEnum : System.Enum 
メンバ
メンバ解説
AverageReturns the average of values of the expression within the scope.
CountReturns the count of values of the expression within the scope.
CountDistinctReturns the count of distinct values of the expression within the scope.
FirstReturns the first (in the sorted sequence) value of the expression within the scope.
LastReturns the last (in the sorted sequence) value of the expression within the scope.
MaxReturns the maximum of values of the expression within the scope.
MinReturns the minimum of values of the expression within the scope.
StDevReturns the standard deviation of values of the expression within the scope.
StDevPReturns the population standard deviation of values of the expression within the scope.
SumReturns the sum of values of the expression within the scope.
VarReturns the variance of values of the expression within the scope.
VarPReturns the population variance of values of the expression within the scope.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.DataBinding.AggregateFuncEnum

参照

C1.C1Preview.DataBinding 名前空間