to_i method

int to_i()

Implementation

int to_i() {
  return this.get_prefix();
}