Variable Unit.Scale.factor

factor to the next higher resolution (e.g. 60 from minutes to seconds)

struct Unit.Scale
{
  // ...
  long factor ;
  // ...
}