Returns true if either the real or imaginary component of this Complex is a Not-a-Number (NaN) value.

Namespace:  SingularSys.Jep.Types
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public bool IsNaN()
Visual Basic (Declaration)
Public Function IsNaN As Boolean
Visual C++
public:
bool IsNaN()

Return Value

See Also