MongoDB request DSL • opensavvy.ktmongo.dsl.aggregation.operators • TrigonometryValueOperators
TrigonometryValueOperators¶
interface TrigonometryValueOperators : ValueOperators
Operators to perform trigonometric and geometric operators.
To learn more about aggregation operators, see AggregationOperators
.
Inheritors¶
Properties¶
context
¶
abstract val context:
field
¶
Converts a Kotlin property into a Field
.
Functions¶
acos
¶
The inverse cosine (arc cosine) of a value, in radians.
acosh
¶
The inverse hyperbolic cosine (hyperbolic arc cosine) of a value, in radians.
asin
¶
The inverse sine (arc sine) of a value, in radians.
asinh
¶
The inverse hyperbolic sine (hyperbolic arc sine) of a value, in radians.
atan
¶
The inverse tangent (arc tangent) of a value, in radians.
atanh
¶
The inverse hyperbolic tangent (hyperbolic arc tangent) of a value, in radians.
cos
¶
The cosine of a value that is measured in radians.
cosh
¶
The hyperbolic cosine of a value that is measured in radians.
div
¶
Refers to field
as a nested field of the current value.
Refers to field
as a nested field of the current value.
Refers to child
as a nested field of the current field.
get
¶
Refers to a specific item in an array, by its index.
Refers to a specific item in a map, by its name.
of
¶
Refers to a Kotlin value
within an aggregation value
.
Refers to a BsonType within an aggregation value
.
Refers to a field
within an aggregation value
.
Refers to a field
within an aggregation value
.
sin
¶
The sine of a value that is measured in radians.
sinh
¶
The hyperbolic sine of a value that is measured in radians.
tan
¶
The tangent of a value that is measured in radians.
tanh
¶
The hyperbolic tangent of a value that is measured in radians.
toDegrees
¶
Converts an angle in radians to an angle in degrees.
toRadians
¶
Converts an angle in degrees to an angle in radians.