public readonly struct BoundsD2
BetweenZeroAndOne | Between zero and one; i.e., in [0, 1]. |
Nonnegative | Nonnegative bounds; i.e., in [0, infinity). |
Nonpositive | Nonpositive bounds; i.e., in (-infinity, 0]. |
Type | Type of the bounds. |
Unbounded | Unbounded; i.e. (-infinity, infinity). |
Equals | (Inherited from ValueType) |
GetHashCode | (Inherited from ValueType) |
GetType | (Inherited from Object) |
New | Creates new bounds with given lower and upper bounds. |
ToString | (Inherited from ValueType) |
Lower | Two-dimensional functional vector to get lower bounds of the variables. |
Upper | Two-dimensional functional vector to get upper bounds of the variables. |