MathLibSetCallibrationLength method

int MathLibSetCallibrationLength(
  1. Pointer<NativeMathLib> mathLibPtr,
  2. int s,
  3. Pointer<NativeOpStatus> opResult
)

Implementation

int MathLibSetCallibrationLength(
  ffi.Pointer<NativeMathLib> mathLibPtr,
  int s,
  ffi.Pointer<NativeOpStatus> opResult,
) {
  return _MathLibSetCallibrationLength(
    mathLibPtr,
    s,
    opResult,
  );
}