Uses of Class
org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Sqrt
Packages that use ArithmeticOperators.Sqrt
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArithmeticOperators.Sqrt in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArithmeticOperators.SqrtModifier and TypeMethodDescriptionArithmeticOperators.ArithmeticOperatorFactory.sqrt()Creates newAggregationExpressionthat calculates the square root of the associated number.static ArithmeticOperators.SqrtCreates newArithmeticOperators.Sqrt.static ArithmeticOperators.SqrtCreates newArithmeticOperators.Sqrt.static ArithmeticOperators.SqrtArithmeticOperators.Sqrt.sqrtOf(AggregationExpression expression) Creates newArithmeticOperators.Sqrt.