CallibriMathLibPushData method

void CallibriMathLibPushData(
  1. Pointer<NativeCallibriMathLib> callibriMathLibPtr,
  2. Pointer<Double> samples,
  3. int samplesCount
)

Implementation

void CallibriMathLibPushData(
  ffi.Pointer<NativeCallibriMathLib> callibriMathLibPtr,
  ffi.Pointer<ffi.Double> samples,
  int samplesCount,
) {
  return _CallibriMathLibPushData(
    callibriMathLibPtr,
    samples,
    samplesCount,
  );
}