get method

double get(
  1. int index
)

Implementation

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