* Decrement the operation count, returning the new count.
()
| 518 | * Decrement the operation count, returning the new count. |
| 519 | */ |
| 520 | private decrementOperationCount(): number { |
| 521 | return (this.s.operationCount -= 1); |
| 522 | } |
| 523 | |
| 524 | /** |
| 525 | * Increment the operation count, returning the new count. |