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