Click or drag to resize

Complex32IsInfinity Method

Gets a value indicating whether the provided Complex32 evaluates to an infinite value.

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

Return Value

Boolean
true if this instance is infinite; otherwise, false.
Remarks
True if it either evaluates to a complex infinity or to a directed infinity.
See Also