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