VarMultiply(Var, Sca) Operator
Multiplies the scalar; i.e., coefficient with the variable and returns the resulting linear term.
Namespace: Orx.MathProgAssembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
public static Term operator *(
Var left,
Sca right
)
- left Var
- Lhs.
- right Sca
- Rhs.
Term