Click or drag to resize

Complex32IsNaN Method

Gets a value indicating whether the provided Complex32evaluates to a value that is not a number.

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

Return Value

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