Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Boolean IsNanInf(TCplx X) | Checks if number is INF or NAN. |
| 2 | Boolean IsNanInf(TSCplx X) | |
| 3 | Boolean IsNanInf(Double X) | Checks if number is INF or NAN. |
| 4 | Boolean IsNanInff(Single X) |
Overload 1: Boolean IsNanInf(TCplx X)
Checks if number is INF or NAN.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx | scalar |
Returns: Boolean - true if real number X is INF or NAN.
See Also: Math387.IsInfNan, Math387.IsInf
Overload 2: Boolean IsNanInf(TSCplx X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx | scalar |
Returns: Boolean
Overload 3: Boolean IsNanInf(Double X)
Checks if number is INF or NAN.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Double | scalar |
Returns: Boolean - true if real number X is INF or NAN.
See Also: Math387.IsInfNan
Overload 4: Boolean IsNanInff(Single X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single | scalar |
Returns: Boolean