Difference between revisions of "Integer Divide Operator"
From GiderosMobile
(Created page with "__NOTOC__ '''Supported platforms:''' <br/> '''Available since:''' Gideros 2017.10<br/> === Description === <br /> Divide a number to a whole number.<br /><br /> a=b<b> // </b...") |
|||
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 7: | Line 7: | ||
a=b<b> // </b>c   Put the integer result of divide 'b' by 'c' into 'a'.<br /> | a=b<b> // </b>c   Put the integer result of divide 'b' by 'c' into 'a'.<br /> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
{|- | {|- | ||
| style="width: 50%;"| | | style="width: 50%;"| |
Revision as of 08:57, 23 August 2018
Supported platforms: android, ios, mac, pc
Available since: Gideros 2017.10
Description
Divide a number to a whole number.
a=b // c Put the integer result of divide 'b' by 'c' into 'a'.
Methods |
EventsConstants |