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