convert

Convert a value from one LengthUnit to another.

This method is intended for the convenience of Java users. If you're using Kotlin, you probably don't need this method, as you can directly write like 5.meters.inFeet.


Convert a value from one AreaUnit to another.

This method is intended for the convenience of Java users. If you're using Kotlin, you probably don't need this method, as you can directly write like 5.squareMeters.inSquareFeet.


Convert a value from one RotationUnit to another.

This method is intended for the convenience of Java users. If you're using Kotlin, you probably don't need this method, as you can directly write like 5.radians.inDegrees.