GetDoubleArrayElements method

Pointer<JDoubleMarker> GetDoubleArrayElements(
  1. JDoubleArrayPtr array,
  2. Pointer<JBooleanMarker> isCopy
)

Implementation

ffi.Pointer<JDoubleMarker> GetDoubleArrayElements(
        JDoubleArrayPtr array, ffi.Pointer<JBooleanMarker> isCopy) =>
    _GetDoubleArrayElements(array, isCopy).getPointer<JDoubleMarker>();