Creates a function that will get the cosine of the expression
in question
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax public static IFunction Cos(
Object expression
)
Parameters
- expression
- Type: SystemObject
The expression to take data from when calculating
the result
Return Value
Type:
IFunctionA function that will get the cosine of the expression in question
See Also