NumberIsLessThanNumber
Type
operator
Summary
Less than relation.
Syntax
<Left> < <Right>
Description
Less than 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 less than Right, and false otherwise. |