NumberIsGreaterThanOrEqualToNumber
Type
operator
Summary
Greater than or equal to relation.
Syntax
<Left> >= <Right>
Description
Greater than or equal to relation.
Parameters
Name | Type | Description |
---|---|---|
Left | An expression that evaluates to a number. | |
Right | An expression that evaluates to a number. |
Value
Name | Type | Description |
---|---|---|
return | True if Left is greater than or equal to Right, and false otherwise. |