exabits method

InformationSize exabits()

Gets an InformationSize representing this number of exabits.

Implementation

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