Click or drag to resize

BoundsUnbounded 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: 24.1.418.0 (24.1.418.0)
Syntax
public static Bounds Unbounded { 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