toLong method

int toLong()

Implementation

int toLong() {
  _preconditionType(typeCodeLong, _typeCode);
  return _data;
}