toInt method

int toInt()

Returns the handle as an integer.

Implementation

int toInt() {
  return handle;
}