SummationMultiply(Sca, Summation) Operator

Multiplies the summation with the scalar and returns the resulting summation.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public static Summation operator *(
	Sca left,
	Summation right
)

Parameters

left  Sca
Lhs.
right  Summation
Rhs.

Return Value

Summation

See Also