Uses of Class
org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Tan
Packages that use ArithmeticOperators.Tan
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArithmeticOperators.Tan in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArithmeticOperators.TanModifier and TypeMethodDescriptionArithmeticOperators.ArithmeticOperatorFactory.tan()Creates newAggregationExpressionthat calculates the tangent of a numeric value given inradians.ArithmeticOperators.ArithmeticOperatorFactory.tan(ArithmeticOperators.AngularUnit unit) Creates newAggregationExpressionthat calculates the tangent of a numeric value in the givenunit.static ArithmeticOperators.TanCreates a newAggregationExpressionthat calculates the tangent of a value that is measured inArithmeticOperators.AngularUnit.RADIANS.static ArithmeticOperators.TanArithmeticOperators.Tan.tan(Object value, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the tangent of a value that is measured in the givenunit.static ArithmeticOperators.TanCreates a newAggregationExpressionthat calculates the tangent of a value that is measured inradians.static ArithmeticOperators.TanArithmeticOperators.Tan.tanOf(String fieldReference, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the tangent of a value that is measured in the givenunit.static ArithmeticOperators.TanArithmeticOperators.Tan.tanOf(AggregationExpression expression) Creates a newAggregationExpressionthat calculates the tangent of a value that is measured inArithmeticOperators.AngularUnit.RADIANS.static ArithmeticOperators.TanArithmeticOperators.Tan.tanOf(AggregationExpression expression, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the tangent of a value that is measured in the givenunit.