Returns the size of each value (that is the length of the values array divided by the length of the times array).
int getValueSize() { return values.length ~/ times.length; }