|
11938 | 11938 | <summary>Returns an arbitrary-precision integer with the bits
|
11939 | 11939 | shifted to the left by a number of bits given as an
|
11940 | 11940 | arbitrary-precision integer. A value of 1 doubles this value, a
|
11941 |
| - value of 2 multiplies it by 4, a value of 3 × by, a value of 4 × by, and so on.</summary> |
| 11941 | + value of 2 multiplies it by 4, a value of 3 × by, a value of 4 × by, and so on.</summary> |
11942 | 11942 | <param name='eshift'>The number of bits to shift. Can be negative,
|
11943 | 11943 | in which case this is the same as ShiftRight with the absolute
|
11944 | 11944 | value of this parameter.</param>
|
|
11950 | 11950 |
|
11951 | 11951 | <summary>Returns an arbitrary-precision integer with the bits
|
11952 | 11952 | shifted to the left by a number of bits. A value of 1 doubles this
|
11953 |
| - value, a value of 2 multiplies it by 4, a value of 3 × by, a value |
11954 |
| - of 4 × by, and so on.</summary> |
| 11953 | + value, a value of 2 multiplies it by 4, a value of 3 × by, a value |
| 11954 | + of 4 × by, and so on.</summary> |
11955 | 11955 | <param name='numberBits'>The number of bits to shift. Can be
|
11956 | 11956 | negative, in which case this is the same as shiftRight with the
|
11957 | 11957 | absolute value of this parameter.</param>
|
|
12617 | 12617 |
|
12618 | 12618 | <summary>Returns an arbitrary-precision integer with the bits
|
12619 | 12619 | shifted to the left by a number of bits. A value of 1 doubles this
|
12620 |
| - value, a value of 2 multiplies it by 4, a value of 3 × by, a value |
12621 |
| - of 4 × by, and so on.</summary> |
| 12620 | + value, a value of 2 multiplies it by 4, a value of 3 × by, a value |
| 12621 | + of 4 × by, and so on.</summary> |
12622 | 12622 | <param name='bthis'>The arbitrary-precision integer to shift
|
12623 | 12623 | left.</param>
|
12624 | 12624 | <param name='bitCount'>The number of bits to shift. Can be
|
|
0 commit comments