Skip to main content

IRangeControlClient.GetComparableValue(Object) Method

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

Namespace: DevExpress.Xpf.Editors.RangeControl

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

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