Class ArithmeticOperators.Cos

java.lang.Object
org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Cos
All Implemented Interfaces:
AggregationExpression, MongoExpression
Enclosing class:
ArithmeticOperators

public static class ArithmeticOperators.Cos extends Object
An expression that calculates the cosine of a value that is measured in radians.
Since:
3.3
Author:
Christoph Strobl