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