asPercentageInDecimal method

int asPercentageInDecimal()

Implementation

int asPercentageInDecimal() {
  return this.validate() ~/ 100.0;
}