mod: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(add. ArmA2 classification) |
||
Line 49: | Line 49: | ||
[[Category:Scripting Commands ArmA|MOD]] | [[Category:Scripting Commands ArmA|MOD]] | ||
[[Category:Command_Group:_Math|{{uc:{{PAGENAME}}}}]] | [[Category:Command_Group:_Math|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] |
Revision as of 16:57, 3 June 2009
Description
- Description:
- Remainder of a divided by b.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
_rem = 3 mod 2
Result is 1
Additional Information
- See also:
- Math CommandsOperators
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Notes
- Remainder is calculated in real domain.
- mod is identical to a % b