Click or drag to resize

NMathFunctionsRank(Double, Double) Method

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

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

Parameters

data  Double
An array.
val  Double
A value.

Return Value

Int32
Rank.
See Also