Click or drag to resize

IExpressionModulo Method

Returns an modulo math expression using the current and given expressions as operands

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

Parameters

expression
Type: SystemObject
The expression to mod with the current one

Return Value

Type: IExpression
The expression representing the new operation
See Also