Difference between revisions of "0011"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| − | {{ | + | {{Icon|trilogy}} '''MULT_FLOAT_VAR_BY_VAL''' |
| − | + | <hr /> | |
| − | + | '''Description''' | |
| − | + | : Multiplies the value stored in the global variable by the specified floating-point value | |
| − | + | '''Syntax''' | |
| − | + | : 0011: [''global var''] *= [''flt''] | |
| − | + | : [''global var''] *= [''flt''] | |
| − | + | '''Parameter''' | |
| + | : [''global var''] | ||
| + | :: Global variable | ||
| + | : [''flt''] | ||
| + | :: Floating-point value | ||
| − | == | + | == Keywords == |
| + | global, variable, var, float, multiply | ||
| − | + | == See also == | |
| + | * [[0010]] – mults global var by int | ||
| + | * [[0012]] – mults local var by int | ||
| + | * [[0013]] – mults local var by flt | ||
| − | + | [[Category:OpCodes]][[Category:Math OpCodes]] | |
| − | |||
| − | |||
| − | [[Category: | ||
Latest revision as of 11:52, 2 February 2015
Description
- Multiplies the value stored in the global variable by the specified floating-point value
Syntax
- 0011: [global var] *= [flt]
- [global var] *= [flt]
Parameter
- [global var]
- Global variable
- [flt]
- Floating-point value
Keywords
global, variable, var, float, multiply