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