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