intValue method

int intValue()

Get the numeric value of this Value as an integer.

Implementation

int intValue() {
  return doubleValue().toInt();
}