thousand method

Quantity thousand()

Gets a Quantity representing this number of thousands.

Implementation

Quantity thousand() => Rational.fromInt(this).thousand();