setFm method

void setFm(
  1. double f
)

Implementation

void setFm(double f) {
  return openjtalkSetFm(this, f);
}