Skip to content

Commit 3e044ad

Browse files
committed
Edit documentation; edit project files
1 parent 6efb64d commit 3e044ad

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Numbers/docs.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -11938,7 +11938,7 @@
1193811938
<summary>Returns an arbitrary-precision integer with the bits
1193911939
shifted to the left by a number of bits given as an
1194011940
arbitrary-precision integer. A value of 1 doubles this value, a
11941-
value of 2 multiplies it by 4, a value of 3 &times; by, a value of 4 &times; 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>
1194211942
<param name='eshift'>The number of bits to shift. Can be negative,
1194311943
in which case this is the same as ShiftRight with the absolute
1194411944
value of this parameter.</param>
@@ -11950,8 +11950,8 @@
1195011950

1195111951
<summary>Returns an arbitrary-precision integer with the bits
1195211952
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 &times; by, a value
11954-
of 4 &times; 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>
1195511955
<param name='numberBits'>The number of bits to shift. Can be
1195611956
negative, in which case this is the same as shiftRight with the
1195711957
absolute value of this parameter.</param>
@@ -12617,8 +12617,8 @@
1261712617

1261812618
<summary>Returns an arbitrary-precision integer with the bits
1261912619
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 &times; by, a value
12621-
of 4 &times; 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>
1262212622
<param name='bthis'>The arbitrary-precision integer to shift
1262312623
left.</param>
1262412624
<param name='bitCount'>The number of bits to shift. Can be

Test/Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk='Microsoft.NET.Sdk'>
22
<PropertyGroup>
3-
<TargetFramework>netcoreapp6.0</TargetFramework>
3+
<TargetFramework>netcoreapp8.0</TargetFramework>
44
<GenerateProgramFile>false</GenerateProgramFile>
55
<IsTrimmable>true</IsTrimmable>
66
</PropertyGroup>

0 commit comments

Comments
 (0)