getNanoseconds method

int getNanoseconds()

Implementation

int getNanoseconds() {
  return (time * 1000.0).round();
}