An NDoc Documented Class Library

Complex Multiplication Operator

Implements the operator *.

Overload List

Implements the operator *.

public static Complex Multiplication Operator(Complex,Complex);

Implements the operator *.

public static Complex Multiplication Operator(Complex,Single);

Implements the operator *.

public static Complex Multiplication Operator(Single,Complex);

See Also

Complex Class | SpringEmbedders Namespace