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