setEnd method

void setEnd(
  1. double end
)

Implementation

void setEnd( double end ){
	_info[_curIndex]._end = end;
}