| C1.Xaml.FlexGrid アセンブリ > C1.Xaml.FlexGrid 名前空間 : Aggregate 列挙体 |
| メンバ | 解説 |
|---|---|
| Average | グループ内の null 以外のセルの平均値を返します。 |
| Count | グループ内の null 以外の数を返します。 |
| Custom | カスタム集計を計算するための CustomAggregate イベントを発生させます。 |
| Maximum | グループ内の最大値を返します。 |
| Minimum | グループ内の最小値を返します。 |
| None | 集計なし。 |
| Range | グループ内の最大値と最小値の差を返します。 |
| Std | グループ内の値の標本標準偏差を返します(n-1 に基づく式を使用)。 |
| StdPop | グループ内の値の母標準偏差を返します(n に基づく式を使用)。 |
| Sum | グループ内のすべての値の合計を返します。 |
| Var | グループ内の値の標本分散を返します(n-1 に基づく式を使用)。 |
| VarPop | グループ内の値の母分散を返します(n に基づく式を使用)。 |
System.Object
System.ValueType
System.Enum
C1.Xaml.FlexGrid.Aggregate
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