Click or drag to resize

Complex32IsReal Method

Gets a value indicating whether the provided Complex32 is real.

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

Return Value

Boolean
true if this instance is a real number; otherwise, false.
See Also