Complex<T>.Real Property

Gets the real part of the complex number.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
public T Real { get; }

Property Value

T
The real part of the complex number.

See Also