Difference between revisions of "Integer Divide Operator"
From GiderosMobile
Line 6: | Line 6: | ||
Divide a number to a whole number.<br /><br /> | Divide a number to a whole number.<br /><br /> | ||
− | 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%;"| | ||
=== Methods === | === Methods === |
Revision as of 09:12, 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'.
{|-
| style="width: 50%;"|
Methods
| style="width: 50%;"|
Events
Constants
|}