kibibytes method

InformationSize kibibytes()

Gets an InformationSize representing this number of kibibytes.

Implementation

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