Difference between revisions of "Larger and Smaller Operators"
From GiderosMobile
| Line 7: | Line 7: | ||
a<b> <> </b>b   Compare 'a' and 'b', return the larger of them.<br />  | a<b> <> </b>b   Compare 'a' and 'b', return the larger of them.<br />  | ||
| − | a<b> >< </b>b   Compare 'a' and 'b', return the smaller of them.<br />  | + | a<b> >< </b>b   Compare 'a' and 'b', return the smaller of them.<br />{|-  | 
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | {|-  | ||
| style="width: 50%;"|  | | style="width: 50%;"|  | ||
=== Methods ===  | === Methods ===  | ||
Revision as of 09:12, 23 August 2018
Supported platforms: android, ios, mac, pc
Available since: Gideros 2017.10
Description
Operators to return the larger or smaller of two values.
a <> b   Compare 'a' and 'b', return the larger of them.
a >< b   Compare 'a' and 'b', return the smaller of them.
{|-
| style="width: 50%;"|
Methods
| style="width: 50%;"|
Events
Constants
|}