ObjKeyDefnDir Structure

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

Definition

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

Methods

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

Operators

BitwiseOr(ObjKeyDefnDir, MathExpr) Combines the key and 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(ObjKeyDefnDir, Sca) Combines the key and 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(ObjKeyDefnDir, Set) Combines the key and 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(ObjKeyDefnDir, Summation) Combines the key and 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(ObjKeyDefnDir, Term) Combines the key and 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(ObjKeyDefnDir, Var) Combines the key and 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(ObjKeyDefnDir, VarD0) Combines the key and 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(ObjKeyDefnDir, Double) Combines the key and 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(ObjKeyDefnDir, Int32) Combines the key and 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