epsilon constant

Time const epsilon

Gets a Time value equal to 1 nanosecond; the smallest amount by which an instant can vary.

Implementation

static const Time epsilon = MillisecondTime(0, 1);