static DoubleRange doubleRangeWithLength(double start, double len) { ret new DoubleRange(start, start+len); }