a * b: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (moved to template)
Line 4: Line 4:
[[Category:Scripting Commands ArmA|#]]
[[Category:Scripting Commands ArmA|#]]


{{Command|= Comments
____________________________________________________________________________________________


<h2 style="color:#000066">''' ''a'' * ''b'' '''</h2>
| ofp |= Game name


|1.00|= Game version
____________________________________________________________________________________________


'''Operand types:'''
| a '''multiplied by''' b  |= Description
____________________________________________________________________________________________


'''a:''' [[Number]]
| ''' ''a'' * ''b'' '''|= Syntax


'''b:''' [[Number]]
|p1 = a: [[Number]]


'''Type of returned value:'''
|p2 = b: [[Number]]


[[Boolean]]
| [[Boolean]] |= Return value
____________________________________________________________________________________________
|x1 = <code> _percentage = 0.5 '''*''' 100 </code>
|  |= See also


'''Description:'''
}}


a '''multiplied by''' b
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
</dl>


'''Example:'''
<h3 style="display:none">Bottom Section</h3>
 
_percentage = 0.5 '''*''' 100


[[Category:Command_Group:_Math|#]]
[[Category:Command_Group:_Math|#]]

Revision as of 05:09, 12 August 2006


Hover & click on the images for description

Description

Description:
a multiplied by b
Groups:
Uncategorised

Syntax

Syntax:
a * b
Parameters:
a: Number
b: Number
Return Value:
Boolean

Examples

Example 1:
_percentage = 0.5 * 100

Additional Information

See also:
See also needed

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

Bottom Section