Skip to main content
A newer version of this page is available.

CriteriaOperator.Modulus(CriteriaOperator, CriteriaOperator) Operator

Initializes a new BinaryOperator instance that computes the dividing remainder of a value the left criterion specifies by a value the right criterion returns.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

Declaration

public static BinaryOperator operator %(CriteriaOperator left, CriteriaOperator right)

Parameters

Name Type Description
left CriteriaOperator

The criterion that specifies a dividend.

right CriteriaOperator

The criterion that specifies a divisor.

Returns

Type Description
BinaryOperator

The binary operator with the OperatorType property set to Modulo.

See Also