Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PrefixUnitsConverter<T>.GetTransform(T, T) Method

Obtains a delegate function that performs the conversion.

Namespace: DevExpress.UnitConversion

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public Func<double, double> GetTransform(
    T from,
    T to
)

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