StatisticsMaximum Method |
Name | Description | |
---|---|---|
Maximum(IEnumerableDouble) |
Returns the maximum value in the sample data.
Returns NaN if data is empty or if any entry is NaN.
| |
Maximum(IEnumerableNullableDouble) |
Returns the maximum value in the sample data.
Returns NaN if data is empty or if any entry is NaN.
Null-entries are ignored.
|