SetAddition(Double, Set) Operator

Adds two scalars one of which is implicitly created from a set, 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 +(
	double left,
	Set right
)

Parameters

left  Double
Lhs.
right  Set
Rhs.

Return Value

Sca

See Also