convertFrom

fun convertFrom(fromUnit: AngularUnit, angle: Double): Double

Converts a value in another UOM into this UOM.

Return

The value in the this UOM or NAN if the conversion fails.

Since

200.1.0

Parameters

fromUnit

The UOM to convert from.

angle

The value to convert.