In MongoDB, the $multiply
aggregation pipeline operator multiplies numbers together and returns the result.
To use the $multiply
operator, pass the numbers to the operator in an array.
The arguments can be any valid expression, as long as they resolve to numbers.
Continue reading