setImag method

void setImag(
  1. double im
)

Implementation

void setImag( double im ){
	_complex().setImag( im );
}