On this page本页内容
$divide
¶Divides one number by another and returns the result. 将一个数除以另一个数并返回结果。Pass the arguments to 将参数传递给数组中的$divide
in an array.$divide
。
The $divide
expression has the following syntax:$divide
表达式语法如下所示:
The first argument is the dividend, and the second argument is the divisor; i.e. the first argument is divided by the second argument.第一个参数是股息,第二个参数是除数;亦即,第一个参数除以第二个参数。
The arguments can be any valid expression as long as they resolve to numbers. 参数可以是任何有效的表达式,只要它们解析为数字。For more information on expressions, see Expressions.有关表达式的详细信息,请参阅表达式。
Consider a 考虑一个具有以下文档的planning
collection with the following documents:planning
集合:
The following aggregation uses the 下面的聚合使用$divide
expression to divide the hours
field by a literal 8
to compute the number of work days:$divide
表达式将hour
字段除以8
来计算工作日数:
The operation returns the following results:操作返回以下结果: