Skip to main content

CriteriaOperator.Division(CriteriaOperator, CriteriaOperator) Operator

Initializes a new BinaryOperator instance that divides the first specified criterion by the second.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

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

Parameters

Name Type Description
left CriteriaOperator

The operator that specifies a dividend.

right CriteriaOperator

The operator that specifies a divider.

Returns

Type Description
BinaryOperator

The binary operator with the OperatorType property set to Divide.

See Also