Click or drag to resize
ComplexMultiplyImag Method (Complex, Double)
Returns the product of a Complex object and a pure imaginary double, x * iy.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static Complex MultiplyImag(
	Complex x,
	double y
)

Parameters

x
Type: Imsl.MathComplex
A Complex object.
y
Type: SystemDouble
A double value representing a pure imaginary.

Return Value

Type: Complex
A newly constructed Complex initialized to x * iy.
See Also