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. |