File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -965,7 +965,7 @@ This method is similar in behavior to the x86 instruction ROR.
965
965
</Parameters >
966
966
<Docs >
967
967
<param name =" value" >The value to round up to a power of two.</param >
968
- <summary >Rounds the specified <see langword =" T:System.UInt32" /> value up to a power of two.</summary >
968
+ <summary >Rounds the specified <see cref =" T:System.UInt32" /> value up to a power of two.</summary >
969
969
<returns >The smallest power of two that's greater than or equal to <paramref name =" value" />.
970
970
If <paramref name =" value" /> is 0 or the result overflows, returns 0.</returns >
971
971
<remarks >To be added.</remarks >
@@ -1001,7 +1001,7 @@ This method is similar in behavior to the x86 instruction ROR.
1001
1001
</Parameters >
1002
1002
<Docs >
1003
1003
<param name =" value" >The value to round up to a power of two.</param >
1004
- <summary >Rounds the specified <see langword =" T:System.UInt64" /> value up to a power of two.</summary >
1004
+ <summary >Rounds the specified <see cref =" T:System.UInt64" /> value up to a power of two.</summary >
1005
1005
<returns >The smallest power of two that's greater than or equal to <paramref name =" value" />.
1006
1006
1007
1007
If <paramref name =" value" /> is 0 or the result overflows, returns 0.</returns >
You can’t perform that action at this time.
0 commit comments