Uses of Class
org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.ATan2
Packages that use ArithmeticOperators.ATan2
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArithmeticOperators.ATan2 in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArithmeticOperators.ATan2Modifier and TypeMethodDescriptionCreates newAggregationExpressionthat calculates the inverse tangent of the the numeric value divided by the given numeric value in the argument.Creates newAggregationExpressionthat calculates the inverse tangent of the the numeric value divided by the given field reference in the argument.ArithmeticOperators.ArithmeticOperatorFactory.atan2(AggregationExpression expression) Creates newAggregationExpressionthat calculates the inverse tangent of the the numeric value divided by the givenAggregationExpressionin the argument.Creates a newAggregationExpressionthat calculates the inverse tangent of of y / x, where y and x are the first and second values passed to the expression respectively.Creates a newAggregationExpressionthat calculates the inverse tangent of of y / x, where y and x are the first and second values passed to the expression respectively.ArithmeticOperators.ATan2.atan2of(AggregationExpression expression) Creates a newAggregationExpressionthat calculates the hyperbolic tangent of a value that is measured inArithmeticOperators.AngularUnit.RADIANS.static ArithmeticOperators.ATan2Creates a newAggregationExpressionthat calculates the inverse tangent of of y / x, where y and x are the first and second values passed to the expression respectively.static ArithmeticOperators.ATan2ArithmeticOperators.ATan2.valueOf(AggregationExpression expression) Creates a newAggregationExpressionthat calculates the inverse tangent of of y / x, where y and x are the first and second values passed to the expression respectively.