PrefixUnitsConverter<T>.Convert(Double, T, T) Method
Performs a metric conversion of a Double value 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 |
|---|---|---|
| value | Double | A Double source value. |
| from | T | Source metric prefix. |
| to | T | Target metric prefix. |
Returns
| Type | Description |
|---|---|
| Double | A Double value. |
See Also