Skip to main content

OperandValue.Implicit(Int64 to OperandValue) Operator

Implicitly converts the long value into an OperandValue instance.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public static implicit operator OperandValue(long val)

Parameters

Name Type Description
val Int64

The value to convert into an <DevExpress.XamarinForms.Core.Filtering.OperandValue> instance.

Returns

Type Description
OperandValue

The operand that represents the specified value.

See Also