Matrix3By3IsUndefined Property |
Gets a value indicating whether any of the matrix values are
NaN.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic bool IsUndefined { get; }
Public ReadOnly Property IsUndefined As Boolean
Get
public:
property bool IsUndefined {
bool get ();
}
member IsUndefined : bool with get
Property Value
Type:
Boolean
See Also