setImag method

void setImag(
  1. double im
)

Implementation

void setImag( double im ){
	_im = im;
}