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.1.0-b0232
Syntax public static IExpression Sign(
IExpression expression
)
Parameters
- expression
- Type: Couchbase.Lite.QueryIExpression
The numeric expression to evaluate
Return Value
Type:
IExpressionA function that returns the sign of the expression in question
See Also