getLongAt abstract method

int getLongAt(
  1. int index
)

Get a long value. This is not needed directly, but as a nice side-effect from GetDouble.

@param index the index to get the value from @return the long value

Implementation

int getLongAt(int index);