islessgreater
Overloads
| Name | Description |
|---|---|
islessgreater(real p1, bool p2) -> bool | Checks if the first value is less than or greater than the second value. |
islessgreater(integer p1, integer p2) -> bool | Checks if the first value is less than or greater than the second value. |
islessgreater(integer p1, real p2) -> bool | Checks if the first value is less than or greater than the second value. |
islessgreater(integer p1, bool p2) -> bool | Checks if the first value is less than or greater than the second value. |
islessgreater(bool p1, bool p2) -> bool | Checks if the first value is less than or greater than the second value. |
islessgreater(bool p1, real p2) -> bool | Checks if the first value is less than or greater than the second value. |
islessgreater(real p1, integer p2) -> bool | Checks if the first value is less than or greater than the second value. |
islessgreater(real p1, real p2) -> bool | Checks if the first value is less than or greater than the second value. |
islessgreater(bool p1, integer p2) -> bool | Checks if the first value is less than or greater than the second value. |
islessgreater(real p1, bool p2) -> bool
Checks if the first value is less than or greater than the second value.
Parameters
- p1: The first value.
- p2: The second value.
islessgreater(integer p1, integer p2) -> bool
Checks if the first value is less than or greater than the second value.
Parameters
- p1: The first value.
- p2: The second value.
islessgreater(integer p1, real p2) -> bool
Checks if the first value is less than or greater than the second value.
Parameters
- p1: The first value.
- p2: The second value.
islessgreater(integer p1, bool p2) -> bool
Checks if the first value is less than or greater than the second value.
Parameters
- p1: The first value.
- p2: The second value.
islessgreater(bool p1, bool p2) -> bool
Checks if the first value is less than or greater than the second value.
Parameters
- p1: The first value.
- p2: The second value.
islessgreater(bool p1, real p2) -> bool
Checks if the first value is less than or greater than the second value.
Parameters
- p1: The first value.
- p2: The second value.
islessgreater(real p1, integer p2) -> bool
Checks if the first value is less than or greater than the second value.
Parameters
- p1: The first value.
- p2: The second value.
islessgreater(real p1, real p2) -> bool
Checks if the first value is less than or greater than the second value.
Parameters
- p1: The first value.
- p2: The second value.
islessgreater(bool p1, integer p2) -> bool
Checks if the first value is less than or greater than the second value.
Parameters
- p1: The first value.
- p2: The second value.