setMsdThreshold method

void setMsdThreshold(
  1. double f
)

Implementation

void setMsdThreshold(double f) {
  return openjtalkSetMsdThreshold(this, f);
}