Skip to main content

LogarithmicRangeDistribution.ConvertRangeValue(Double) Method

Converts the specified range value.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public override double ConvertRangeValue(
    double value
)

Parameters

Name Type Description
value Double

A value to be converted.

Returns

Type Description
Double

A Double object that is the result of the conversion.

See Also