Skip to main content
A newer version of this page is available. .

RangeDistributionBase.ConvertRangeValue(Double, Double, Double) Method

Converts the specified range value.

Namespace: DevExpress.Map

Assembly: DevExpress.Map.v19.2.Core.dll

Declaration

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

Parameters

Name Type Description
min Double

A Double object that is the minimum possible value.

max Double

A Double object that is the maximum possible value.

value Double

A value to be converted.

Returns

Type Description
Double

A Double object that is the result of the conversion.

See Also