Imaginary<T>.IsImaginary 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#
public bool IsImaginary { get; }

Property Value

Boolean
Always returns true.

Remarks

A complex number is imaginary (sometimes called purely imaginary) if its real part is zero.

See Also