Creates a function that returns the sin 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 Sin(
Object expression
)
Parameters
- expression
- Type: SystemObject
The numeric expression to evaluate
Return Value
Type:
IFunctionA function that returns the sin of the expression in question
See Also