MathLibSetMentalEstimationMode method
int
MathLibSetMentalEstimationMode(
- Pointer<
NativeMathLib> mathLibPtr, - bool independent,
- Pointer<
NativeOpStatus> opResult
Implementation
int MathLibSetMentalEstimationMode(
ffi.Pointer<NativeMathLib> mathLibPtr,
bool independent,
ffi.Pointer<NativeOpStatus> opResult,
) {
return _MathLibSetMentalEstimationMode(
mathLibPtr,
independent,
opResult,
);
}