MathLibSetMentalEstimationMode method

int MathLibSetMentalEstimationMode(
  1. Pointer<NativeMathLib> mathLibPtr,
  2. bool independent,
  3. Pointer<NativeOpStatus> opResult
)

Implementation

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