UnitConverter

abstract class UnitConverter

A UnitConverter provides the mechanism to convert between different units of the same dimension.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun baseUnitValue(fromValue: Double): Double
Link copied to clipboard
abstract fun value(fromBaseUnitValue: Double): Double