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