LogarithmicRangeDistribution.ConvertRangeValue(Double, Double, Double) Method
Converts the specified range value.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
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