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