Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function IsInfNan(const X: TCplx): Boolean; | Checks if number is INF 0r NAN. |
| 2 | function IsInfNan(const X: TSCplx): Boolean; | |
| 3 | function IsInfNan(const X: Double): Boolean; | Checks if number is INF or NAN. |
| 4 | function IsInfNanf(const X: Single): Boolean; |
Overload 1: function IsInfNan(const X: TCplx): Boolean;
Checks if number is INF 0r NAN.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx |
Returns: Boolean - true if complex number X is INF or NAN.
Overload 2: function IsInfNan(const X: TSCplx): Boolean;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx |
Returns: Boolean
Overload 3: function IsInfNan(const X: Double): Boolean;
Checks if number is INF or NAN.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Double |
Returns: Boolean - true if real number X is INF or NAN.
See Also: Math387.IsNaN, Math387.IsInf
Overload 4: function IsInfNanf(const X: Single): Boolean;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single |
Returns: Boolean