module UnitsOfMeasure [] type px [] type μm = static member ConvertToInch(x: float<μm>) : float = x * 1. / 25.4e3<μm> and [] inch [] type ppi = px / inch