Multiply
This reference topic applies to FQL v4. Go to this page for the latest FQL v10 reference topics. |
Multiply( value_1, value_2, ... )
multiply( value_1, value_2, ... )
Multiply( value_1, value_2, ... )
Multiply( value_1, value_2, ... )
Multiply( value_1, value_2, ... )
Multiply( value_1, value_2, ... )
Description
The Multiply
function computes the product of a list of numbers.
Providing a single number returns the number.
Attempting to call Multiply
without any arguments results in the
error "Non-empty array expected."