Implements the operator *.
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);