Uses of Class
org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sinh
Packages that use ArithmeticOperators.Sinh
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArithmeticOperators.Sinh in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArithmeticOperators.SinhModifier and TypeMethodDescriptionArithmeticOperators.ArithmeticOperatorFactory.sinh()Creates newAggregationExpressionthat calculates the sine of a numeric value given inradians.ArithmeticOperators.ArithmeticOperatorFactory.sinh(ArithmeticOperators.AngularUnit unit) Creates newAggregationExpressionthat calculates the sine of a numeric value.static ArithmeticOperators.SinhCreates a newAggregationExpressionthat calculates the hyperbolic sine of a value that is measured inArithmeticOperators.AngularUnit.RADIANS.static ArithmeticOperators.SinhArithmeticOperators.Sinh.sinh(Object value, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the hyperbolic sine of a value that is measured in the givenunit.static ArithmeticOperators.SinhCreates a newAggregationExpressionthat calculates the hyperbolic sine of a value that is measured inArithmeticOperators.AngularUnit.RADIANS.static ArithmeticOperators.SinhArithmeticOperators.Sinh.sinhOf(String fieldReference, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the hyperbolic sine of a value that is measured in the givenunit.static ArithmeticOperators.SinhArithmeticOperators.Sinh.sinhOf(AggregationExpression expression) Creates a newAggregationExpressionthat calculates the hyperbolic sine of a value that is measured inArithmeticOperators.AngularUnit.RADIANS.static ArithmeticOperators.SinhArithmeticOperators.Sinh.sinhOf(AggregationExpression expression, ArithmeticOperators.AngularUnit unit) Creates a newAggregationExpressionthat calculates the hyperbolic sine of a value that is measured in the givenunit.