setReal method

void setReal(
  1. double re
)

Implementation

void setReal( double re ){
	_complex().setReal( re );
}