intValue method

int intValue()

Converts this value to the nearest integer.

@return the nearest integer to this value

Implementation

int intValue() {
  return hi.round();
}