Bounds Structure |
Namespace: AGI.Foundation
The Bounds type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsFinite |
Gets a value indicating whether this instance has a finite value as either the lower or upper bound.
|
![]() | IsUnbounded |
Gets a value indicating whether this instance ranges from NegativeInfinity to PositiveInfinity.
|
![]() | IsUndefined |
Gets a value indicating whether any of the values for this instance have the value NaN.
|
![]() | LowerBound |
Gets the minimal value defining the range of numbers.
|
![]() ![]() | Unbounded |
Gets a set of Bounds representing the full range of real values from negative infinity to positive infinity.
|
![]() ![]() | Undefined |
Gets a set of Bounds with values of NaN.
|
![]() | UpperBound |
Gets the maximal value defining the range of numbers.
|
Name | Description | |
---|---|---|
![]() | Equals(Bounds) |
Indicates whether another instance of this type is exactly equal to this instance.
|
![]() | Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ValueType.Equals(Object).) |
![]() | EqualsEpsilon |
Indicates whether each value of another instance of this type
is within the required tolerance of the corresponding value of this instance.
|
![]() | GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueType.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns the string representation of the value of this instance.
(Overrides ValueType.ToString().) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Returns true if the two instances are exactly equal.
|
![]() ![]() | Inequality |
Returns true if the two instances are not exactly equal.
|