Matrix3By3Undefined Property |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static Matrix3By3 Undefined { get; }
Public Shared ReadOnly Property Undefined As Matrix3By3
Get
public:
static property Matrix3By3 Undefined {
Matrix3By3 get ();
}
static member Undefined : Matrix3By3 with get
Property Value
Type:
Matrix3By3Remarks
Use
IsUndefined to test whether a
Matrix3By3 instance
is undefined since it will return
if any of the element values
are
NaN.
See Also