Skip to main content
A newer version of this page is available. .

PrefixUnitsConverter<T>.Convert Method

Name Parameters Description
Convert(IList<Double>, T, T) values, from, to Performs a metric conversion of a list of Double values from one metric prefix to another.
Convert(IList<Double>, T) values, prefix Obsolete. Use the Convert(IList<double> values, T from, T to) method instead.
Convert(Double, T, T) value, from, to Performs a metric conversion of a Double value from one metric prefix to another.
Convert(Double, T) value, prefix Obsolete. Use the Convert(double value, T from, T to) method instead.
Convert(Double[], T, T) values, from, to Performs a metric conversion of an array of Double values from one metric prefix to another.
Convert(Double[], T) values, prefix Obsolete. Use the Convert(double[] values, T from, T to) method instead.