| SortedArrayStatisticsMaximum Method |
Returns the largest value from the sorted data array (ascending).
Namespace:
MathNet.Numerics.Statistics
Assembly:
MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax public static double Maximum(
double[] data
)
Parameters
- data
- Type: SystemDouble
Sample array, must be sorted ascendingly.
Return Value
Type:
Double[Missing <returns> documentation for "M:MathNet.Numerics.Statistics.SortedArrayStatistics.Maximum(System.Double[])"]
See Also