An NDoc Documented Class Library

Complex Multiplication Operator 

Implements the operator *.

public static Complex operator *(
   Complex left,
   Single right
);

Parameters

Complex
The left operand.
Single
The right operand.

Return Value

The result of the operator.

See Also

Complex Class | SpringEmbedders Namespace | ComplexMultiplication Operator Overload List