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