LogarithmicRangeDistribution.ConvertRangeValue(Double, Double, Double) Method
Converts the specified range value.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
min | Double | An integer value that specifies the minimum for the conversion results. |
max | Double | An integer value that specifies the minimum for the conversion results. |
value | Double | A value to be converted. |
Returns
Type | Description |
---|---|
Double | A Double object that is the result of the conversion. |
See Also