Complex<T>.IsReal Property

Indicates whether a complex number is, in fact, real.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public bool IsReal { get; }

Property Value

Boolean
true if the imaginary part of the complex number is zero, false if not.

See Also