Back to Devexpress

PrefixUnitsConverter<T>.Convert Method

officefileapi-devexpress-dot-unitconversion-dot-prefixunitsconverter-1-dot-convert.md

latest1.5 KB
Original Source

PrefixUnitsConverter<T>.Convert Method

NameParametersDescription
Convert(IList<Double>, T, T)values, from, toPerforms a metric conversion of a list of Double values from one metric prefix to another.
Convert(IList<Double>, T)values, prefixObsolete. Use the Convert(IList<double> values, T from, T to) method instead.
Convert(Double, T, T)value, from, toPerforms a metric conversion of a Double value from one metric prefix to another.
Convert(Double, T)value, prefixObsolete. Use the Convert(double value, T from, T to) method instead.
Convert(Double[], T, T)values, from, toPerforms a metric conversion of an array of Double values from one metric prefix to another.
Convert(Double[], T)values, prefixObsolete. Use the Convert(double[] values, T from, T to) method instead.