getIntValue property

int get getIntValue

Implementation

int get getIntValue {
  return getDoubleValue.toInt();
}