get method

double get(
  1. int index
)

Implementation

double get(int index) {
  return bufferGetAndroid(cBuf, index);
}