Click or drag to resize
SummaryGetMaximum Method (Int32)
Returns the maximum of the given data set.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
protected static int GetMaximum(
	int[] x
)

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