BoundsIsUnbounded Property |
Gets a value indicating whether this instance ranges from NegativeInfinity to PositiveInfinity.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic bool IsUnbounded { get; }Public ReadOnly Property IsUnbounded As Boolean
Get
public:
property bool IsUnbounded {
bool get ();
}member IsUnbounded : bool with get
Property Value
Type:
Boolean
See Also