setReal method

void setReal(
  1. double re
)

Implementation

void setReal( double re ){
	_re = re;
}