Math387.IsNaN Method

Overload List

#SignatureDescription
1Boolean IsNaN(TCplx X)Checks if number is NAN.
2Boolean IsNaN(TSCplx X)
3Boolean IsNaN(Double X)Checks if number is NAN.

Overload 1: Boolean IsNaN(TCplx X)

Checks if number is NAN.

#NameTypeDescription
1XTCplxscalar

Returns: Boolean - true if complex number X is NAN.

Overload 2: Boolean IsNaN(TSCplx X)

#NameTypeDescription
1XTSCplxscalar

Returns: Boolean

Overload 3: Boolean IsNaN(Double X)

Checks if number is NAN.

#NameTypeDescription
1XDoublescalar

Returns: Boolean - true if real number X is NAN.

See Also: Math387.IsInf, Math387.IsInfNan