Indicates whether a complex number is equal to
zero.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public bool IsZero { get; }
Public ReadOnly Property IsZero As Boolean
Get
public:
property bool IsZero {
bool get ();
}
member IsZero : bool with get
Property Value
Type:
Boolean if the complex number is R.Zero, or
if not.
Numerical Libraries
Supported in: 6.0, 5.x
Reference