Difference between revisions of "Larger and Smaller Operators"

From GiderosMobile
(Created page with "__NOTOC__ '''Supported platforms:''' <br/> '''Available since:''' Gideros 2017.10<br/> === Description === <br /> Operators to return the larger or smaller of two values.<br /...")
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Supported platforms:''' <br/>
+
'''Supported platforms:''' android, ios, mac, pc<br/>
 
'''Available since:''' Gideros 2017.10<br/>
 
'''Available since:''' Gideros 2017.10<br/>
 
=== Description ===
 
=== Description ===
Line 8: Line 8:
 
a<b> &lt;&gt; </b>b &emsp; Compare 'a' and 'b', return the larger of them.<br />
 
a<b> &lt;&gt; </b>b &emsp; Compare 'a' and 'b', return the larger of them.<br />
 
a<b> &gt;&lt; </b>b &emsp; Compare 'a' and 'b', return the smaller of them.<br />
 
a<b> &gt;&lt; </b>b &emsp; Compare 'a' and 'b', return the smaller of them.<br />
 +
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 
{|-
 
{|-
 
| style="width: 50%;"|
 
| style="width: 50%;"|

Revision as of 09:57, 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.






Methods

Events

Constants