Complex<T>.Is Imaginary Property
Indicates whether a complex number is a pure
imaginary number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if the real part of the complex number is zero, false if not.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public bool IsImaginary { get; }
Property Value
Booleantrue if the real part of the complex number is zero, false if not.
Remarks
A complex number is imaginary (sometimes called purely imaginary) if its real part is zero.