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

PrefixUnitsConverter<T>.Convert(IList<Double>, T) Method

OBSOLETE

Please use the 'void Convert(IList values, T from, T to)'

Use the Convert(IList<double> values, T from, T to) method instead.

Namespace: DevExpress.UnitConversion

Assembly: DevExpress.Docs.v20.2.dll

Declaration

[Obsolete("Please use the 'void Convert(IList<double> values, T from, T to)'", true)]
public void Convert(
    IList<double> values,
    T prefix
)

Parameters

Name Type
values IList<Double>
prefix T
See Also