Click or drag to resize

NMathFunctionsNaNCount(DoubleMatrix) Method

Computes the NaN count of the matrix columns.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleVector NaNCount(
	DoubleMatrix A
)

Parameters

A  DoubleMatrix
A matrix.

Return Value

DoubleVector
A vector.
See Also