Difference between revisions of "0017"
Jump to navigation
Jump to search
(Created page with '{{OpCode | ini = 0017=2,%1d% /= %2d% | description = Divides a the value of a specific local variable by a floating point value. | p1 = local variable | p2 …') |
|||
Line 1: | Line 1: | ||
− | {{ | + | {{Icon|trilogy}} '''DIV_FLOAT_LVAR_BY_VAL''' |
− | + | <hr /> | |
− | + | '''Description''' | |
− | + | : Divides the value stored in the local variable by the specified floating-point value | |
− | + | '''Syntax''' | |
− | + | : 0013: [''local var''] /= [''flt''] | |
− | + | : [''local var''] /= [''flt''] | |
− | + | '''Parameter''' | |
+ | : [''local var''] | ||
+ | :: Local variable | ||
+ | : [''flt''] | ||
+ | :: Floating-point value | ||
− | == | + | == Keywords == |
+ | local, variable, var, float, div | ||
− | + | == See also == | |
+ | * [[0014]] – divs global var by int | ||
+ | * [[0015]] – divs global var by flt | ||
+ | * [[0016]] – divs local var by int | ||
− | + | [[Category:OpCodes]][[Category:Math OpCodes]] | |
− | |||
− | |||
− | [[Category: |
Latest revision as of 15:10, 3 February 2015
Description
- Divides the value stored in the local variable by the specified floating-point value
Syntax
- 0013: [local var] /= [flt]
- [local var] /= [flt]
Parameter
- [local var]
- Local variable
- [flt]
- Floating-point value
Keywords
local, variable, var, float, div