Creates a function that will convert a numeric expression to degrees from radians
in question
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax public static IExpression Degrees(
IExpression expression
)
Parameters
- expression
- Type: Couchbase.Lite.QueryIExpression
The numeric expression to take data from when calculating
the result
Return Value
Type:
IExpressionA function that will get the value of the expression in question expressed in degrees
See Also