mebibytes method

InformationSize mebibytes()

Gets an InformationSize representing this number of mebibytes.

Implementation

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