MathExprMultiply(Sca, MathExpr) Operator
Multiplies a linear expression with a scalar; and returns the resulting linear expression.
Namespace: Orx.MathProgAssembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
public static MathExpr operator *(
Sca left,
MathExpr right
)
- left Sca
- Lhs.
- right MathExpr
- Rhs.
MathExpr