Complex<T>.Im Property

Gets the imaginary part of the complex number.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public T Im { get; }

Property Value

T
The imaginary part of the complex number.

See Also