Click or drag to resize

Complex32IsZero Method

Gets a value indicating whether the Complex32 is zero.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsZero()

Return Value

Boolean
true if this instance is zero; otherwise, false.
See Also