Creates a function that returns the sign (positive, negative, or neither) 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 Sign(
Object expression
)
Parameters
- expression
- Type: SystemObject
The numeric expression to evaluate
Return Value
Type:
IFunctionA function that returns the sign of the expression in question
See Also