Complex<T>.Imaginary Method

Constructs a complex number that has a purely imaginary value.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static Complex<T> Imaginary(
	T imaginaryPart
)

Parameters

imaginaryPart  T
The imaginary part of the complex number.

Return Value

Complex<T>
A complex value representing the number iimaginaryPart.

See Also