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