Performs integer division of this object. Truncate Divide
void truncDiv(int val) { _val = _val ~/ val; }