MICROSECONDS_RATIO top-level constant

double const MICROSECONDS_RATIO

Since milliseconds is our base unit, we need are microsecond ratio so that we can properly convert.

Implementation

const MICROSECONDS_RATIO = OctalDuration.microsecondsPerMillisecond /
    Duration.microsecondsPerMillisecond;