SummaryGetMinimum Method (Int32) |
Returns the minimum of the given data set.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax protected static int GetMinimum(
int[] x
)
Protected Shared Function GetMinimum (
x As Integer()
) As Integer
protected:
static int GetMinimum(
array<int>^ x
)
static member GetMinimum :
x : int[] -> int
Parameters
- x
- Type: SystemInt32
An int array containing the data set whose
minimum is to be found.
Return Value
Type:
Int32
An
int which specifies the minimum of the given data set.
See Also