kilobytes method

InformationSize kilobytes()

Gets an InformationSize representing this number of kilobytes.

Implementation

InformationSize kilobytes() => Rational.fromInt(this).kilobytes();