step method

double step()

Implementation

double step(){
	return _info[_curIndex]._step;
}