Direction Structure

Note: This API is now obsolete.
Objective function builder state containing objective direction information.

Definition

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

Methods

Equals
(Inherited from ValueType)
GetHashCode
(Inherited from ValueType)
GetType
(Inherited from Object)
ToString
(Inherited from ValueType)

Operators

BitwiseOr(Direction, MathExpr) Combines the direction on the left hand side of the pipe operator with the objective expression on the right hand side, and returns the resulting objective function.
BitwiseOr(Direction, Sca) Combines the direction on the left hand side of the pipe operator with the objective expression on the right hand side, and returns the resulting objective function.
BitwiseOr(Direction, Set) Combines the direction on the left hand side of the pipe operator with the objective expression on the right hand side, and returns the resulting objective function.
BitwiseOr(Direction, Term) Combines the direction on the left hand side of the pipe operator with the objective expression on the right hand side, and returns the resulting objective function.
BitwiseOr(Direction, Var) Combines the direction on the left hand side of the pipe operator with the objective expression on the right hand side, and returns the resulting objective function.
BitwiseOr(Direction, VarD0) Combines the direction on the left hand side of the pipe operator with the objective expression on the right hand side, and returns the resulting objective function.
BitwiseOr(Direction, Double) Combines the direction on the left hand side of the pipe operator with the objective expression on the right hand side, and returns the resulting objective function.
BitwiseOr(Direction, Int32) Combines the direction on the left hand side of the pipe operator with the objective expression on the right hand side, and returns the resulting objective function.

See Also