Difference between revisions of "0074"
Jump to navigation
Jump to search
(Created page with "{{Icon|trilogy}} '''DIV_INT_VAR_BY_INT_LVAR''' <hr /> '''Description''' : Divides the integer value of the global variable by the integer value of the local variable '''Syntax...") |
(No difference)
|
Latest revision as of 08:25, 12 March 2015
Description
- Divides the integer value of the global variable by the integer value of the local variable
Syntax
- 0074: [global var] /= [local var]
- [global var] /= [local var]
Parameter
- [global var]
- Global variable
- [local var]
- Local variable
Keywords
divide, div, global, local, integer, variable, math
See also
- 0070 – divs float value of global var by float value of global var
- 0071 – divs float value of global var by float value of global var
- 0072 – divs int value of local var by int value of local var
- 0073 – divs float value of local var by float value of local var
- 0075 – divs float value of global var by float value of local var
- 0076 – divs int value of local var by int value of global var
- 0077 – divs float value of local var by float value of global var