a / b: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|#]]
[[Category:Scripting Commands OFP 1.96|#]]
[[Category:Scripting Commands OFP 1.46|#]]
[[Category:Scripting Commands ArmA|#]]
<h2 style="color:#000066">''' ''a'' / ''b'' '''</h2>
<h2 style="color:#000066">''' ''a'' / ''b'' '''</h2>


Line 26: Line 20:


_sum = 15 '''/''' 3 ............ _sum is 5
_sum = 15 '''/''' 3 ............ _sum is 5
[[Category:Scripting Commands|#]]
[[Category:Scripting Commands OFP 1.96|#]]
[[Category:Scripting Commands OFP 1.46|#]]
[[Category:Scripting Commands ArmA|#]]
[[Category:Command_Group:_Math]]

Revision as of 21:25, 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