We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Typo
Description currently reads "Decrements a value to the smallest value that compares less than a given value."
This function actually returns the largest value that is less than the given value.
Math.BitDecrement appears correct. Single.BitDecrement and Double.BitDecrement should be updated to match.
Math.BitDecrement
Single.BitDecrement
Double.BitDecrement
https://learn.microsoft.com/en-us/dotnet/api/system.single.bitdecrement?view=net-9.0
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Single.xml
cba54f64-e641-f29c-0542-b63fdde257a2
87850f26-4a3a-e8a1-f54b-f1c02f3aaa3f
@dotnet-bot
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Type of issue
Typo
Description
Description currently reads "Decrements a value to the smallest value that compares less than a given value."
This function actually returns the largest value that is less than the given value.
Math.BitDecrement
appears correct.Single.BitDecrement
andDouble.BitDecrement
should be updated to match.Page URL
https://learn.microsoft.com/en-us/dotnet/api/system.single.bitdecrement?view=net-9.0
Content source URL
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Single.xml
Document Version Independent Id
cba54f64-e641-f29c-0542-b63fdde257a2
Platform Id
87850f26-4a3a-e8a1-f54b-f1c02f3aaa3f
Article author
@dotnet-bot
The text was updated successfully, but these errors were encountered: