isWholeNumber method

bool isWholeNumber()

Implementation

bool isWholeNumber() {
  return !asUcumDecimal().contains('.');
}