Difference between revisions of "0015"
Jump to navigation
Jump to search
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | {{ | + | {{Icon|trilogy}} '''DIV_FLOAT_VAR_BY_VAL''' |
| − | + | <hr /> | |
| − | + | '''Description''' | |
| − | + | : Divides the value stored in the global variable by the specified floating-point value | |
| − | + | '''Syntax''' | |
| − | + | : 0015: [''global var''] /= [''flt''] | |
| − | + | : [''global var''] /= [''flt''] | |
| − | + | '''Parameter''' | |
| + | : [''global var''] | ||
| + | :: Global variable | ||
| + | : [''flt''] | ||
| + | :: Floating-point value | ||
| − | == | + | == Keywords == |
| + | global, variable, var, float, div | ||
| − | + | == See also == | |
| + | * [[0014]] – divs global var by int | ||
| + | * [[0016]] – divs local var by int | ||
| + | * [[0017]] – divs local var by flt | ||
| − | + | [[Category:OpCodes]][[Category:Math OpCodes]] | |
| − | |||
| − | |||
| − | [[Category: | ||
Latest revision as of 15:11, 3 February 2015
Description
- Divides the value stored in the global variable by the specified floating-point value
Syntax
- 0015: [global var] /= [flt]
- [global var] /= [flt]
Parameter
- [global var]
- Global variable
- [flt]
- Floating-point value
Keywords
global, variable, var, float, div