isValid method

bool isValid()

Implementation

bool isValid() {
  return isValidInt() >= 0;
}