Skip to main content

ExponentialRangeDistribution.ConvertRangeValue(Double, Double, Double) Method

Converts the specified range value.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

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

Parameters

Name Type Description
min Double

A Double value that specifies the minimum conversion result.

max Double

A Double value that specifies the maximum conversion result.

value Double

A Double value to be converted.

Returns

Type Description
Double

A Double object that is the result of the conversion.

See Also