| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Method and Description |
|---|---|
ArithmeticOperators.ATan |
ArithmeticOperators.ArithmeticOperatorFactory.atan()
Creates new
AggregationExpression that calculates the inverse tangent of a numeric value. |
static ArithmeticOperators.ATan |
ArithmeticOperators.ATan.atanOf(AggregationExpression expression)
Creates a new
AggregationExpression that calculates the inverse tangent of a value. |
static ArithmeticOperators.ATan |
ArithmeticOperators.ATan.atanOf(Number value)
Creates a new
AggregationExpression that calculates the inverse tangent of a value. |
static ArithmeticOperators.ATan |
ArithmeticOperators.ATan.atanOf(String fieldReference)
Creates a new
AggregationExpression that calculates the inverse tangent of a value. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.