Click or drag to resize

NMathFunctionsNaNCount(Double) Method

Returns the number of elements in a data set, excluding NaN values.

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

Parameters

data  Double
An array of doubles.

Return Value

Int32
Count.
See Also