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