BaseUnitsConverter<T>.Convert(IList<Double>, T, T) Method
Converts a list of Double values from one unit of measurement to another.
Namespace: DevExpress.UnitConversion
Assembly: DevExpress.Docs.v25.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| values | IList<Double> | |
| from | T | Measurement unit of the source value. |
| to | T | Measurement unit of the target value. |
See Also