microsecondsPerSecond constant

int const microsecondsPerSecond = microsecondsPerMillisecond * millisecondsPerSecond

The number of microseconds per second.

Implementation

static const int microsecondsPerSecond =
    microsecondsPerMillisecond * millisecondsPerSecond