diff --git a/xml/System.Numerics/BitOperations.xml b/xml/System.Numerics/BitOperations.xml index 94256816f5c..a6f1951e6e2 100644 --- a/xml/System.Numerics/BitOperations.xml +++ b/xml/System.Numerics/BitOperations.xml @@ -1,4 +1,4 @@ - + @@ -46,15 +46,13 @@ Counts the number of leading zero bits in an unsigned 32-bit integer mask. The number of leading zero bits in a mask. - - - + ]]> @@ -86,14 +84,12 @@ This method is similar in behavior to the x86 instruction [LZCNT](xref:System.Ru Counts the number of leading zero bits in an unsigned 64-bit integer mask. The number of leading zero bits in a mask. - - - + ]]> @@ -125,15 +121,13 @@ This method is similar in behavior to the x86 instruction [LZCNT](xref:System.Ru Returns the integer (floor) log of the specified value, base 2. The log of the specified value, base 2. - - - + ]]> @@ -165,15 +159,13 @@ Note that by convention, input value 0 returns 0 since Log(0) is undefined. Returns the integer (floor) log of the specified value, base 2. The log of the specified value, base 2. - - - + ]]> @@ -205,15 +197,13 @@ Note that by convention, input value 0 returns 0 since Log(0) is undefined. Returns the population count (number of bits set) of a mask. The population count of a mask. - - - + ]]> @@ -245,15 +235,13 @@ This method is similar in behavior to the x86 instruction [POPCNT](xref:System.R Returns the population count (number of bits set) of an unsigned 64-bit integer mask. The population count of the mask. - - - + ]]> @@ -287,15 +275,13 @@ This method is similar in behavior to the x86 instruction [POPCNT](xref:System.R Rotates the specified value left by the specified number of bits. The rotated value. - - - + ]]> @@ -329,15 +315,13 @@ This method is similar in behavior to the x86 instruction ROL. Rotates the specified value left by the specified number of bits. The rotated value. - - - + ]]> @@ -371,15 +355,13 @@ This method is similar in behavior to the x86 instruction ROL. Rotates the specified value right by the specified number of bits. The rotated value. - - - + ]]> @@ -413,15 +395,13 @@ This method is similar in behavior to the x86 instruction ROR. Rotates the specified value right by the specified number of bits. The rotated value. - - - + ]]> @@ -448,15 +428,13 @@ This method is similar in behavior to the x86 instruction ROR. Counts the number of trailing zero bits in an 32-bit integer value mask. The number of trailing zero bits in the integer value. - - - + ]]> @@ -483,15 +461,13 @@ This method is similar in behavior to the x86 instruction TZCNT. Counts the number of trailing zero bits in a 64-bit integer value mask. The number of trailing zero bits in the mask. - - - + ]]> @@ -523,15 +499,13 @@ This method is similar in behavior to the x86 instruction TZCNT. Counts the number of trailing zero bits in an unsigned 32-bit integer value mask. The number of trailing zero bits in the mask. - - - + ]]> @@ -563,15 +537,13 @@ This method is similar in behavior to the x86 instruction TZCNT. Count the number of trailing zero bits in an unsigned 64-bit integer value mask. The number of trailing zero bits in the mask. - - - + ]]>