Math387.IsInfNan / IsInfNanf Method

Overload List

#SignatureDescription
1Boolean IsInfNan(TCplx X)Checks if number is INF 0r NAN.
2Boolean IsInfNan(TSCplx X)
3Boolean IsInfNan(Double X)Checks if number is INF or NAN.
4Boolean IsInfNanf(Single X)

Overload 1: Boolean IsInfNan(TCplx X)

Checks if number is INF 0r NAN.

#NameTypeDescription
1XTCplxscalar

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

Overload 2: Boolean IsInfNan(TSCplx X)

#NameTypeDescription
1XTSCplxscalar

Returns: Boolean

Overload 3: Boolean IsInfNan(Double X)

Checks if number is INF or NAN.

#NameTypeDescription
1XDoublescalar

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

See Also: Math387.IsNaN, Math387.IsInf

Overload 4: Boolean IsInfNanf(Single X)

#NameTypeDescription
1XSinglescalar

Returns: Boolean