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

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.v20.2.dll

Declaration

public void Convert(
    IList<double> values,
    T from,
    T to
)

Parameters

Name Type Description
values IList<Double>

An IList<T><Double,>array of values.

from T

Source metric prefix.

to T

Target metric prefix.

See Also