CriteriaOperator.Implicit(Double to CriteriaOperator) Operator
In This Article
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Core.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public static implicit operator CriteriaOperator(double val)
#Parameters
Name | Type |
---|---|
val | Double |
#Returns
Type |
---|
Criteria |
See Also