Click or drag to resize

NMathFunctionsNaNMinIndex(DoubleVector) Method

Calculates the index of the minimum value of the vector elements that are not equal to NaN.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static int NaNMinIndex(
	DoubleVector v
)

Parameters

v  DoubleVector
A vector.

Return Value

Int32
The index of the minimum value of the elements in v that are not NaN.
See Also