Uses of Class
org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cosh
Packages that use ArithmeticOperators.Cosh
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArithmeticOperators.Cosh in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArithmeticOperators.CoshModifier and TypeMethodDescriptionArithmeticOperators.ArithmeticOperatorFactory.cosh()Creates newAggregationExpressionthat calculates the hyperbolic cosine of a numeric value given inradians.ArithmeticOperators.ArithmeticOperatorFactory.cosh(ArithmeticOperators.AngularUnit unit) Creates newAggregationExpressionthat calculates the hyperbolic cosine of a numeric value.static ArithmeticOperators.CoshCreates a newAggregationExpressionthat calculates the hyperbolic cosine of a value that is measured inArithmeticOperators.AngularUnit.RADIANS.static ArithmeticOperators.CoshArithmeticOperators.Cosh.cosh(Object value, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the hyperbolic cosine of a value that is measured in the givenunit.static ArithmeticOperators.CoshCreates a newAggregationExpressionthat calculates the hyperbolic cosine of a value that is measured inArithmeticOperators.AngularUnit.RADIANS.static ArithmeticOperators.CoshArithmeticOperators.Cosh.coshOf(String fieldReference, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the hyperbolic cosine of a value that is measured in the givenunit.static ArithmeticOperators.CoshArithmeticOperators.Cosh.coshOf(AggregationExpression expression) Creates a newAggregationExpressionthat calculates the hyperbolic cosine of a value that is measured inArithmeticOperators.AngularUnit.RADIANS.static ArithmeticOperators.CoshArithmeticOperators.Cosh.coshOf(AggregationExpression expression, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the hyperbolic cosine of a value that is measured in the givenunit.