ArithmeticValueOperators
Operators to arithmetically combine two or more values.
To learn more about aggregation operators, see AggregationOperators.
Inheritors
Properties
Functions
The absolute value of a number.
The smallest integer greater than or equal to the specified value.
Divides one aggregation value by another.
Refers to field as a nested field of the current value.
Refers to child as a nested field of the current field.
The largest integer less than or equal to the specified value.
Refers to a specific item in an array, by its index.
Refers to a specific item in a map, by its name.
Subtracts one aggregation value from another.
Refers to a Kotlin value within an aggregation value.
Refers to a field within an aggregation value.
Refers to a BsonType within an aggregation value.
Sums two aggregation values.
Multiplies two or more aggregation values.