setBeta method

void setBeta(
  1. double f
)

Implementation

void setBeta(double f) {
  return openjtalkSetBeta(this, f);
}