This function calculates the result of multiplying value1 by value2. Users can also specify a precision parameter, which defaults to Precision.Double if not specified.
Syntax
Value.Multiply(value1 as any, value2 as any, optional precision as nullable number) as any
About
This function calculates the result of multiplying value1 by value2. Users can also specify a precision parameter, which defaults to Precision.Double if not specified.