An NDoc Documented Class Library

Complex Addition Operator 

Implements the operator +.

public static Complex operator +(
   Complex left,
   Complex right
);

Parameters

Complex
The left operand.
Complex
The right operand.

Return Value

The result of the operator.

See Also

Complex Class | SpringEmbedders Namespace