()
| 320 | } |
| 321 | |
| 322 | ringLength() { |
| 323 | if (!this._ringLength) { |
| 324 | this._ringLength = this.maxValue().subtract(this.minValue()); |
| 325 | } |
| 326 | return this._ringLength; |
| 327 | } |
| 328 | |
| 329 | split(start, end, numberOfSplits) { |
| 330 | // ]min, min] means the whole ring. |