SummationMultiply(Summation, Sca) Operator
Multiplies the summation with the scalar and returns the resulting summation.
Namespace: Orx.MathProgAssembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
public static Summation operator *(
Summation left,
Sca right
)
- left Summation
- Lhs.
- right Sca
- Rhs.
Summation