Skip to main content

IRangeControlClient.GetNormalizedValue(Object) Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

double GetNormalizedValue(
    object value
)

Parameters

Name Type Description
value Object

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

Returns

Type Description
Double

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

Remarks

The IRangeControlClient.GetValue method performs the opposite conversion.

See Also