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

IRangeControlClient.GetRealValue(Double) Method

Gets the object corresponding to the specified comparable value.

Namespace: DevExpress.Xpf.Editors.RangeControl

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

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

Declaration

object GetRealValue(
    double comparable
)

Parameters

Name Type Description
comparable Double

A Double value.

Returns

Type Description
Object

An object corresponding to the specified comparable value.

See Also