a * b: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 26: Line 26:


_percentage = 0.5 '''*''' 100
_percentage = 0.5 '''*''' 100
[[Category:Command_Group:_Math]]

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