percentRatio method

double percentRatio()

Implementation

double percentRatio() {
  return number / 100.0;
}