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.v21.2.dll

NuGet Package: 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