Name | Description | |
---|---|---|
![]() | Average | The result of the StatisticsFunction.Average if this function was set as an input; double.NaN otherwise. |
![]() | Count | The result of the StatisticsFunction.Count if this function was set as an input; int.MinValue otherwise. |
![]() | Field | Gets the Field upon which one or more statistics functions were performed. |
![]() | Max | The result of the StatisticsFunction.Max if this function was set as an input; double.NaN otherwise. |
![]() | Min | The result of the StatisticsFunction.Min if this function was set as an input; double.NaN otherwise. |
![]() | StandardDeviation | The result of the StatisticsFunction.StandardDeviation if this function was set as an input; double.NaN otherwise. |
![]() | Sum | The result of the StatisticsFunction.Sum if this function was set as an input; double.NaN otherwise. |