Click or drag to resize

Complex32IsImaginaryOne Method

Gets a value indicating whether the Complex32 is the imaginary unit.

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

Return Value

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