a * b: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 27: Line 27:
_percentage = 0.5 '''*''' 100
_percentage = 0.5 '''*''' 100


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

Revision as of 22:12, 9 August 2006


a * b


Operand types:

a: Number

b: Number

Type of returned value:

Boolean

Description:

a multiplied by b


Example:

_percentage = 0.5 * 100