Click or drag to resize
AB4D logo

ConstantsHasNaNValues Method

Returns true if Matrix has any value NaN.

Namespace: Ab3d.Common
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static bool HasNaNValues(
	Matrix3D matrix
)

Parameters

matrix  Matrix3D
Matrix3D

Return Value

Boolean
true if Matrix has any value NaN
See Also