IMSL C# Numerical Library

Summary.GetMaximum Method (Double[])

Returns the maximum of the given data set.

public static double GetMaximum(
   double[] x
);

Parameters

x
A double array containing the data set whose maximum is to be found.

Return Value

A double which specifies the maximum of the given data set.

See Also

Summary Class | Imsl.Stat Namespace | Summary.GetMaximum Overload List