ParD0Multiply(Sca, ParD0) Operator

Multiplies two scalars and returns the resulting scalar.

Definition

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

Parameters

left  Sca
Lhs.
right  ParD0
Rhs.

Return Value

Sca

See Also