static double msIntervalToHertz(double ms) { ret 1000/ms; }