setMentalEstimationMode method

void setMentalEstimationMode(
  1. bool isIndependent
)

Implementation

void setMentalEstimationMode(bool isIndependent) {
  _usingOp((arena, opStatus) {
    bindings.MathLibSetMentalEstimationMode(_pointer, isIndependent, opStatus);
    opStatus.ref.throwIfNotSuccessful();
  });
}