VarD0Multiply(Sca, VarD0) Operator

Multiplies a variable with a scalar and returns the resulting linear term.

Definition

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

Parameters

left  Sca
Lhs.
right  VarD0
Rhs.

Return Value

Term

See Also