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