Click or drag to resize

FloatMatrixIsNumeric Method

Checks every matrix element for NaN or Infinity values, if none are found, true is returned, otherwise false is returned.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool IsNumeric()

Return Value

Boolean
True if the matrix contains no NaN or Infinity values, otherwise false.
See Also