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

OperandValue.Implicit(Int16 to OperandValue) Operator

Implicitly converts the short value into an OperandValue instance.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

Declaration

public static implicit operator OperandValue(short val)

Parameters

Name Type Description
val Int16

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

Returns

Type Description
OperandValue

The operand that represents the specified value.

See Also