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

BaseUnitsConverter<T>.Convert Method

Name Parameters Description
Convert(IList<Double>, T, T) values, from, to Converts a list of Double values from one unit of measurement to another.
Convert(Double, T, T) value, from, to Converts a value of type Double from one unit of measurement to another.
Convert(Double[], T, T) values, from, to Converts an array of type Double from one unit of measurement to another.