integer property

int get integer

Implementation

int get integer {
  check();
  return value.i;
}