Larger and Smaller Operators

From GiderosMobile
Revision as of 09:57, 23 August 2018 by Hgy29 (talk | contribs)

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