Function: GreaterThanOrEqual
GreaterThanOrEqual is a conditional function that takes two arguments, and returns true if the first value is greater than or equal to the second value.
Syntax
| Code Block | ||
|---|---|---|
| ||
GreaterThan(argA, argB) |
GreaterThanOrEqual is a conditional function that takes two arguments, and returns true if the first value is greater than or equal to the second value.
| Code Block | ||
|---|---|---|
| ||
GreaterThan(argA, argB) |