| ArrayStatisticsMaximum Method (Single) |
Returns the smallest value from the unsorted data array.
Returns NaN if data is empty or any entry is NaN.
Namespace:
MathNet.Numerics.Statistics
Assembly:
MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax public static float Maximum(
float[] data
)
Parameters
- data
- Type: SystemSingle
Sample array, no sorting is assumed.
Return Value
Type:
Single[Missing <returns> documentation for "M:MathNet.Numerics.Statistics.ArrayStatistics.Maximum(System.Single[])"]
See Also