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