If "true" means that the sum is monotonic.
Generated from protobuf field <code>bool is_monotonic = 3;</code>
bool $var:
$this
public function setIsMonotonic($var) { GPBUtil::checkBool($var); $this->is_monotonic = $var; return $this; }