BoundsD4 Structure

Bounds of a 4-dimensional variable, VarD4.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public readonly struct BoundsD4
Inheritance
Object    ValueType    BoundsD4

Properties

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).

Methods

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)

Fields

Lower Four-dimensional functional vector to get lower bounds of the variables.
Upper Four-dimensional functional vector to get upper bounds of the variables.

See Also