An NDoc Documented Class Library

Complex Multiplication 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 | ComplexMultiplication Operator Overload List