|  | Matrix44DIsNaN Property | 
            Gets a value indicating whether an element of the matrix is 
NaN.
            
 
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
 Syntax
Syntaxpublic bool IsNaN { get; }Public ReadOnly Property IsNaN As Boolean
	Get
public:
property bool IsNaN {
	bool get ();
}member IsNaN : bool with get
Property Value
Type: 
Boolean if an element of the matrix is 
NaN; otherwise, 
            
.
            
 See Also
See Also