Click or drag to resize

NMathFunctionsRank(IDFColumn, Double) Method

Calculates the rank of the value within a given data set using the specified order.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static int Rank(
	IDFColumn data,
	double val
)

Parameters

data  IDFColumn
A column.
val  Double
A value.

Return Value

Int32
Rank.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if data is not numeric.
See Also