addPointers static method

void addPointers(
  1. Pointer<Float> dest,
  2. Pointer<Float> src,
  3. int length
)

Implementation

static void addPointers(Pointer<Float> dest, Pointer<Float> src, int length) {
  _addPointers(dest, src, length);
}