DirectionBitwiseOr(Direction, Double) Operator

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.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public static Objective operator |(
	Direction direction,
	double objectiveExpression
)

Parameters

direction  Direction
Direction of the objective function.
objectiveExpression  Double
Objective function expression.

Return Value

Objective

See Also