GetDoubleArrayRegion method

void GetDoubleArrayRegion(
  1. JDoubleArrayPtr array,
  2. int start,
  3. int len,
  4. Pointer<JDoubleMarker> buf,
)

Implementation

void GetDoubleArrayRegion(JDoubleArrayPtr array, int start, int len,
        ffi.Pointer<JDoubleMarker> buf) =>
    _GetDoubleArrayRegion(array, start, len, buf).check();