Skip to content

Fix hex values in about_Arithmetic_Operators.md #1965

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 19, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -501,8 +501,8 @@ right operand determine how many bits of the left operand are shifted.
|`21 -shr 31` | 0 | 0000 0000 | 0x00 |
|`21 -shr 32` | 21 | 0001 0101 | 0x15 |
|`21 -shr 64` | 21 | 0001 0101 | 0x15 |
|`21 -shr 65` | 10 | 0000 1010 | 0x15 |
|`21 -shr 66` | 5 | 0000 0101 | 0x15 |
|`21 -shr 65` | 10 | 0000 1010 | 0x0A |
|`21 -shr 66` | 5 | 0000 0101 | 0x05 |
|`[int]::MaxValue -shr 1`| 1073741823 | | 0x3FFFFFFF |
|`[int]::MinValue -shr 1`| -1073741824| | 0xC0000000 |
|`-1 -shr 1` | -1 | | 0xFFFFFFFF |
Original file line number Diff line number Diff line change
@@ -501,8 +501,8 @@ right operand determine how many bits of the left operand are shifted.
|`21 -shr 31` | 0 | 0000 0000 | 0x00 |
|`21 -shr 32` | 21 | 0001 0101 | 0x15 |
|`21 -shr 64` | 21 | 0001 0101 | 0x15 |
|`21 -shr 65` | 10 | 0000 1010 | 0x15 |
|`21 -shr 66` | 5 | 0000 0101 | 0x15 |
|`21 -shr 65` | 10 | 0000 1010 | 0x0A |
|`21 -shr 66` | 5 | 0000 0101 | 0x05 |
|`[int]::MaxValue -shr 1`| 1073741823 | | 0x3FFFFFFF |
|`[int]::MinValue -shr 1`| -1073741824| | 0xC0000000 |
|`-1 -shr 1` | -1 | | 0xFFFFFFFF |
Original file line number Diff line number Diff line change
@@ -501,8 +501,8 @@ right operand determine how many bits of the left operand are shifted.
|`21 -shr 31` | 0 | 0000 0000 | 0x00 |
|`21 -shr 32` | 21 | 0001 0101 | 0x15 |
|`21 -shr 64` | 21 | 0001 0101 | 0x15 |
|`21 -shr 65` | 10 | 0000 1010 | 0x15 |
|`21 -shr 66` | 5 | 0000 0101 | 0x15 |
|`21 -shr 65` | 10 | 0000 1010 | 0x0A |
|`21 -shr 66` | 5 | 0000 0101 | 0x05 |
|`[int]::MaxValue -shr 1`| 1073741823 | | 0x3FFFFFFF |
|`[int]::MinValue -shr 1`| -1073741824| | 0xC0000000 |
|`-1 -shr 1` | -1 | | 0xFFFFFFFF |
Original file line number Diff line number Diff line change
@@ -501,8 +501,8 @@ right operand determine how many bits of the left operand are shifted.
|`21 -shr 31` | 0 | 0000 0000 | 0x00 |
|`21 -shr 32` | 21 | 0001 0101 | 0x15 |
|`21 -shr 64` | 21 | 0001 0101 | 0x15 |
|`21 -shr 65` | 10 | 0000 1010 | 0x15 |
|`21 -shr 66` | 5 | 0000 0101 | 0x15 |
|`21 -shr 65` | 10 | 0000 1010 | 0x0A |
|`21 -shr 66` | 5 | 0000 0101 | 0x05 |
|`[int]::MaxValue -shr 1`| 1073741823 | | 0x3FFFFFFF |
|`[int]::MinValue -shr 1`| -1073741824| | 0xC0000000 |
|`-1 -shr 1` | -1 | | 0xFFFFFFFF |
Original file line number Diff line number Diff line change
@@ -501,8 +501,8 @@ right operand determine how many bits of the left operand are shifted.
|`21 -shr 31` | 0 | 0000 0000 | 0x00 |
|`21 -shr 32` | 21 | 0001 0101 | 0x15 |
|`21 -shr 64` | 21 | 0001 0101 | 0x15 |
|`21 -shr 65` | 10 | 0000 1010 | 0x15 |
|`21 -shr 66` | 5 | 0000 0101 | 0x15 |
|`21 -shr 65` | 10 | 0000 1010 | 0x0A |
|`21 -shr 66` | 5 | 0000 0101 | 0x05 |
|`[int]::MaxValue -shr 1`| 1073741823 | | 0x3FFFFFFF |
|`[int]::MinValue -shr 1`| -1073741824| | 0xC0000000 |
|`-1 -shr 1` | -1 | | 0xFFFFFFFF |