PrefixUnitsConverter<T>.Convert(IList<Double>, T, T) Method
Performs a metric conversion of a list of Double values from one metric prefix 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 | Source metric prefix. |
| to | T | Target metric prefix. |
See Also