VarMultiply(Sca, Var) 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 *(
Sca left,
Var right
)
- left Sca
- Lhs.
- right Var
- Rhs.
Term