ParD0Addition(Double, ParD0) Operator

Adds 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 +(
	double left,
	ParD0 right
)

Parameters

left  Double
Lhs.
right  ParD0
Rhs.

Return Value

Sca

See Also