Skip to main content
Row

FilterValue.Implicit(Double to FilterValue) Operator

Implicitly converts a Double value to a filter value.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public static implicit operator FilterValue(double value)

Parameters

Name Type Description
value Double

A Double value to be converted to a FilterValue.

Returns

Type Description
FilterValue

A FilterValue object that is the result of conversion.

See Also