Click or drag to resize

NMathFunctionsNaNRemove(Double) Method

Creates a copy of a data set with NaN values removed.

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

Parameters

data  Double
An array.

Return Value

Double
A copy without NaN values.
See Also