NumberIsGreaterThanOrEqualToNumber

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
<Left> >= <Right>
Associationscom.livecode.arithmetic
Summary

Greater than or equal to relation.

Parameters
NameTypeDescription
Left

An expression that evaluates to a number.

Right

An expression that evaluates to a number.

Values
NameTypeDescription
return

True if Left is greater than or equal to Right, and false otherwise.

Description

Greater than or equal to relation.