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.0.0
C#
public T Re { get; }

Property Value

T
The real part of the complex number.

See Also