Number.*
*that
Group: Operators
Aliases: multiply
, product
, times
Documentation
Multiply two arbitrary numbers.
Multiplication in Enso will undergo automatic conversions such that you need not convert between Integer and Float manually.
Arguments
that
: The number to multiply this by.
Examples
Multiplying 3 by 5.
3 * 5