Value.Multiply
Returns the product of the two values.
Syntax
Value.Multiply(
value1 as any,
value2 as any,
optional precision as Precision.Type
) as any
Remarks
Returns the product of multiplying value1
by value2
. An optional precision
parameter may be specified, by default Precision.Double
is used.
Category
Values.Arithmetic operations