/// <summary> /// Increase <c>this</c> polynomial + 'one" /// </summary> public override void IncreaseThis() { polynomial.IncreaseThis(); }