SummaryGetMinimum Method (Double) |
Returns the minimum of the given data set.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static double GetMinimum(
double[] x
)
Public Shared Function GetMinimum (
x As Double()
) As Double
public:
static double GetMinimum(
array<double>^ x
)
static member GetMinimum :
x : float[] -> float
Parameters
- x
- Type: SystemDouble
A double array containing the data set whose minimum is to be
found.
Return Value
Type:
Double
A
double which specifies the minimum of the given data set.
See Also