Click or drag to resize

CartesianBounds.Unbounded 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: 25.1.421.0 (25.1.421.0)
Syntax
public static CartesianBounds Unbounded { get; }

Property Value

Type: CartesianBounds
Remarks
Use IsUnbounded to test whether a CartesianBounds instance is unbounded since it will return true if all the values range from NegativeInfinity to PositiveInfinity.
See Also