MathLibGetCallibrationPercents method
int
MathLibGetCallibrationPercents(
- Pointer<
NativeMathLib> mathLibPtr, - Pointer<
Int> outPercents, - Pointer<
NativeOpStatus> opResult
Implementation
int MathLibGetCallibrationPercents(
ffi.Pointer<NativeMathLib> mathLibPtr,
ffi.Pointer<ffi.Int> outPercents,
ffi.Pointer<NativeOpStatus> opResult,
) {
return _MathLibGetCallibrationPercents(
mathLibPtr,
outPercents,
opResult,
);
}