diff --git a/X10D.Unity.dll b/X10D.Unity.dll index 637cfb6..8831fa7 100644 Binary files a/X10D.Unity.dll and b/X10D.Unity.dll differ diff --git a/X10D.dll b/X10D.dll index 70f96ec..53da30f 100644 Binary files a/X10D.dll and b/X10D.dll differ diff --git a/X10D.xml b/X10D.xml index 4d9fa9d..09979db 100644 --- a/X10D.xml +++ b/X10D.xml @@ -6581,6 +6581,17 @@ Numeric-related extension methods for . + + + Returns the population count (number of bits set) of a mask. + + The mask. + The population count of . + + This method is similar in behavior to the x86 instruction + POPCNT + + Rotates the current value left by the specified number of bits. @@ -6616,6 +6627,17 @@ Numeric-related extension methods for . + + + Returns the population count (number of bits set) of a mask. + + The mask. + The population count of . + + This method is similar in behavior to the x86 instruction + POPCNT + + Rotates the current value left by the specified number of bits. @@ -6651,6 +6673,17 @@ Numeric-related extension methods for . + + + Returns the population count (number of bits set) of a mask. + + The mask. + The population count of . + + This method is similar in behavior to the x86 instruction + POPCNT + + Rotates the current value left by the specified number of bits. @@ -6686,6 +6719,17 @@ Numeric-related extension methods for . + + + Returns the population count (number of bits set) of a mask. + + The mask. + The population count of . + + This method is similar in behavior to the x86 instruction + POPCNT + + Rotates the current value left by the specified number of bits. @@ -6778,6 +6822,17 @@ Numeric-related extension methods for . + + + Returns the population count (number of bits set) of a mask. + + The mask. + The population count of . + + This method is similar in behavior to the x86 instruction + POPCNT + + Rotates the current value left by the specified number of bits. @@ -6813,6 +6868,17 @@ Numeric-related extension methods for . + + + Returns the population count (number of bits set) of a mask. + + The mask. + The population count of . + + This method is similar in behavior to the x86 instruction + POPCNT + + Rotates the current value left by the specified number of bits. @@ -6848,6 +6914,17 @@ Numeric-related extension methods for . + + + Returns the population count (number of bits set) of a mask. + + The mask. + The population count of . + + This method is similar in behavior to the x86 instruction + POPCNT + + Rotates the current value left by the specified number of bits. @@ -6883,6 +6960,17 @@ Numeric-related extension methods for . + + + Returns the population count (number of bits set) of a mask. + + The mask. + The population count of . + + This method is similar in behavior to the x86 instruction + POPCNT + + Rotates the current value left by the specified number of bits. @@ -7686,6 +7774,21 @@ A representing the first day of the current month. + + + Gets the ISO-8601 week number of the year for the current date. + + The date whose week number to return. + The ISO-8601 week number of the year. + Shawn Steele, Microsoft + + This implementation is directly inspired from a + + blog post + . + about this subject. + + Returns a value indicating whether the year represented by the current is a leap year. @@ -7760,6 +7863,21 @@ The current date. A representing the first day of the current month. + + + Gets the ISO-8601 week number of the year for the current date. + + The date whose week number to return. + The ISO-8601 week number of the year. + Shawn Steele, Microsoft + + This implementation is directly inspired from a + + blog post + . + about this subject. + + Returns a value indicating whether the year represented by the current is a leap year. diff --git a/package.json b/package.json index 36fba54..1fa56ec 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://oliverbooth.dev" }, "displayName": "X10D", - "version": "3.2.0-nightly.118", + "version": "3.2.0-nightly.120", "unity": "2021.2", "description": "Extension methods on crack", "keywords": ["dotnet", "extension-methods"],