Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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:
BoundsRemarks
Use
IsUndefined to test whether a
Bounds instance
is undefined since it will return
if any of the values
are
NaN.
See Also