Click or drag to resize

NMathFunctionsNaNCount(FloatVector) Method

Calculates the number of a given vector's elements that are not equal to NaN.

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

Parameters

v  FloatVector
A vector.

Return Value

Int32
The number of elements in v that are not NaN.
See Also