setMinus method

void setMinus(
  1. bool mi
)

Implementation

void setMinus( bool mi ){
	_mi = mi;
}