PrefixUnitsConverter<T>.GetTransform(T, T) Method
Obtains a delegate function that performs the conversion.
Namespace: DevExpress.UnitConversion
Assembly: DevExpress.Docs.v25.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| from | T | Source metric prefix. |
| to | T | Target metric prefix. |
Returns
| Type | Description |
|---|---|
| Func<Double, Double> | A delegate method that performs the conversion. |
See Also