Imaginary<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.2
C#
The imaginary part of the complex number.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public T Im { get; }
Property Value
TThe imaginary part of the complex number.