IMSL C# Numerical Library

Complex.Multiply Method

Returns the product of two numbers.

Overload List

Returns the product of two Complex objects, x * y.

public static Complex Multiply(Complex,Complex);

Returns the product of a Complex object and a double, x * y.

public static Complex Multiply(Complex,double);

Returns the product of a double and a Complex object, x * y.

public static Complex Multiply(double,Complex);

See Also

Complex Class | Imsl.Math Namespace