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.2.423.0 (25.2.423.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
Use
IsUnbounded to test whether a
Bounds instance is unbounded
since it will return
if the values range from
NegativeInfinity to
PositiveInfinity.
See Also