Skip to main content

LinearRangeDistribution.ConvertRangeValue(Double, Double, Double) Method

Converts the specified range value.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public override double ConvertRangeValue(
    double min,
    double max,
    double value
)

Parameters

Name Type Description
min Double

An Double value that specifies the minimum for the conversion results.

max Double

An Double value that specifies the minimum for the conversion results.

value Double

A Double value to be converted.

Returns

Type Description
Double

A Double object that is the result of the conversion.

See Also