Skip to main content

IRangeControlClient.GetRealValue(Double) Method

Gets the object corresponding to the specified comparable value.

Namespace: DevExpress.Xpf.Editors.RangeControl

Assembly: DevExpress.Xpf.Core.v23.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