Complex<T>.IsZero Property

Indicates whether a complex number is equal to zero.

Definition

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

Property Value

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

See Also