isunordered
Overloads
| Name | Description |
|---|---|
isunordered(bool p1, integer p2) -> bool | Checks if either of the two values is NaN (Not-a-Number). |
isunordered(bool p1, bool p2) -> bool | Checks if either of the two values is NaN (Not-a-Number). |
isunordered(integer p1, integer p2) -> bool | Checks if either of the two values is NaN (Not-a-Number). |
isunordered(integer p1, real p2) -> bool | Checks if either of the two values is NaN (Not-a-Number). |
isunordered(integer p1, bool p2) -> bool | Checks if either of the two values is NaN (Not-a-Number). |
isunordered(real p1, bool p2) -> bool | Checks if either of the two values is NaN (Not-a-Number). |
isunordered(bool p1, real p2) -> bool | Checks if either of the two values is NaN (Not-a-Number). |
isunordered(real p1, integer p2) -> bool | Checks if either of the two values is NaN (Not-a-Number). |
isunordered(real p1, real p2) -> bool | Checks if either of the two values is NaN (Not-a-Number). |
isunordered(bool p1, integer p2) -> bool
Checks if either of the two values is NaN (Not-a-Number).
Parameters
- p1: The first value.
- p2: The second value.
isunordered(bool p1, bool p2) -> bool
Checks if either of the two values is NaN (Not-a-Number).
Parameters
- p1: The first value.
- p2: The second value.
isunordered(integer p1, integer p2) -> bool
Checks if either of the two values is NaN (Not-a-Number).
Parameters
- p1: The first value.
- p2: The second value.
isunordered(integer p1, real p2) -> bool
Checks if either of the two values is NaN (Not-a-Number).
Parameters
- p1: The first value.
- p2: The second value.
isunordered(integer p1, bool p2) -> bool
Checks if either of the two values is NaN (Not-a-Number).
Parameters
- p1: The first value.
- p2: The second value.
isunordered(real p1, bool p2) -> bool
Checks if either of the two values is NaN (Not-a-Number).
Parameters
- p1: The first value.
- p2: The second value.
isunordered(bool p1, real p2) -> bool
Checks if either of the two values is NaN (Not-a-Number).
Parameters
- p1: The first value.
- p2: The second value.
isunordered(real p1, integer p2) -> bool
Checks if either of the two values is NaN (Not-a-Number).
Parameters
- p1: The first value.
- p2: The second value.
isunordered(real p1, real p2) -> bool
Checks if either of the two values is NaN (Not-a-Number).
Parameters
- p1: The first value.
- p2: The second value.