asPercentageInDecimal method

double asPercentageInDecimal()

Implementation

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