Click or drag to resize

IExpressionDivide Method

Matehematically divides the current and given expressions

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
IExpression Divide(
	Object expression
)

Parameters

expression
Type: SystemObject
The expression to divide

Return Value

Type: IExpression
The expression representing the new operation
See Also