PrefixUnitsConverter<T>.Convert(Double[], T, T) Method
Performs a metric conversion of an array 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 | Double[] | An array of Double values. |
| from | T | Source metric prefix. |
| to | T | Target metric prefix. |
See Also