Uses of Class
org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ACos
Packages that use ArithmeticOperators.ACos
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArithmeticOperators.ACos in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArithmeticOperators.ACosModifier and TypeMethodDescriptionArithmeticOperators.ArithmeticOperatorFactory.acos()Creates newAggregationExpressionthat calculates the inverse cosine of a numeric value.static ArithmeticOperators.ACosCreates a newAggregationExpressionthat calculates the inverse cosine of a value.static ArithmeticOperators.ACosCreates a newAggregationExpressionthat calculates the inverse cosine of a value.static ArithmeticOperators.ACosArithmeticOperators.ACos.acosOf(AggregationExpression expression) Creates a newAggregationExpressionthat calculates the inverse cosine of a value.