toFloat method

double toFloat()

Implementation

double toFloat(){
	return _re;
}