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