Complex<T>.Im Property
Gets the imaginary part of the complex number.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The imaginary part of the complex number.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public T Im { get; }
Property Value
TThe imaginary part of the complex number.