inches method

Length inches()

Gets a Length representing this number of inches.

Implementation

Length inches() => Rational.fromInt(this).inches();