DoubleRangeIterator(double start, double stop, double step) : _start = start, _stop = stop, _step = step;