Imaginary<T>.IsZero Property

Indicates whether an imaginary number is equal to zero.

Definition

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

Property Value

Boolean
true if the complex number is R.Zero, or false if not.

See Also