setLongAt abstract method

void setLongAt(
  1. int data,
  2. int index
)

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

@param data int value to be set with @param index int value for the index

Implementation

void setLongAt(int data, int index);