Skip to main content

IRangeControlClient.GetValue(Double) Method

Converts a ruler’s normalized value (between 0 and 1) into a regular value (between the total range’s Minimum and Maximum).

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

object GetValue(
    double normalizedValue
)

Parameters

Name Type Description
normalizedValue Double

A ruler’s normalized value (between 0 and 1).

Returns

Type Description
Object

A ruler’s regular value (between the total range’s Minimum and Maximum).

Remarks

The IRangeControlClient.GetNormalizedValue method performs the opposite conversion.

See Also