real method

double real()

Implementation

double real(){
	return _tmpComplex().real();
}