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

IRangeControlClient.GetComparableValue(Object) Method

Gets a comparable value associated to the specified real value object.

Namespace: DevExpress.Xpf.Editors.RangeControl

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

double GetComparableValue(
    object realValue
)

Parameters

Name Type Description
realValue Object

An object that is the real value.

Returns

Type Description
Double

A Double value associated with the specified object.

See Also