Bounds.Unbounded Property |
Gets a set of
Bounds representing the full range of real values from negative infinity to positive infinity.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic static Bounds Unbounded { get; }
Public Shared ReadOnly Property Unbounded As Bounds
Get
public:
static property Bounds Unbounded {
Bounds get ();
}
static member Unbounded : Bounds with get
Property Value
Type:
Bounds
Remarks
See Also