from

infix fun <U : Unit<U>> Unit<U>.from(conversion: Pair<Number, Unit<U>>): Double

Converts a magnitude in terms of another unit of the same dimension to a magnitude in terms of this unit.

Inches from (12 to Feet) // 144.0
Kilograms from (2.2 to Pounds) // 0.9979024

Return

the corresponding value in terms of the other unit.

Parameters

conversion

a pair of the magnitude and the unit to convert to