Imaginary<T>.Is Imaginary Property
Indicates whether an imaginary number is a pure
imaginary number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Always returns true.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public bool IsImaginary { get; }
Property Value
BooleanAlways returns true.
Remarks
A complex number is imaginary (sometimes called purely imaginary) if its real part is zero.