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