DataRate needs c'tor DataRate (bitsOrBytes, Time)

As mentioned in MR 641 adding the DataRate c'tor

  DataRate (double bitsOrBytes, Time span);

would simplify computation of data rates and bandwidths.

This c'tor should initialize the DataRate to bitsOrBytes / span.