a / b: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 25: Line 25:
[[Category:Scripting Commands OFP 1.46|#]]
[[Category:Scripting Commands OFP 1.46|#]]
[[Category:Scripting Commands ArmA|#]]
[[Category:Scripting Commands ArmA|#]]
 
[[Category:Command_Group:_Math|#]]
[[Category:Command_Group:_Math]]

Revision as of 22:15, 9 August 2006

a / b


Operand types:

a: Number

b: Number

Type of returned value:

Boolean

Description:

a divided by b


Example:

_sum = 15 / 3 ............ _sum is 5