?
is-larger-than-or-equal-to
Summary​
Determines if a number is larger than or equal to another number
Description​
Fields​
value​
The number which is expected to be larger or equal. The variable A in the expression: A >= B
.
target​
The number which is expected to be less or equal. The variable B in the expression: A >= B
.
Helpful?