SetAddition(Set, Double) 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 +(
	Set left,
	double right
)

Parameters

left  Set
Lhs.
right  Double
Rhs.

Return Value

Sca

See Also