Click or drag to resize

Complex32IsOne Method

Gets a value indicating whether the Complex32 is one.

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

Return Value

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