-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation Comments for IMultiplyOperators`3 mention division. #80521
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to this area: @dotnet/area-system-numerics Issue DetailsDescriptionThe return value of both the checked and unchecked operators of the IMultiplyOperators`3 interface are documented as:
It should read
Reproduction StepsNone, this is a documentation issue. Expected behaviorThe return value should be documented as:
Actual behaviorThe return value of both the checked and unchecked operators of the IMultiplyOperators`3 interface are documented as:
Regression?No response Known WorkaroundsNone. ConfigurationNo response Other informationNo response
|
Marked this as up for grabs. Please feel free to submit a fix to both the XML comments in the runtime repo and to the corresponding docs page here: https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Numerics/IMultiplyOperators%603.xml |
Also fixed NFloat.cs (line 169) |
Replaced _divided-by_ with _multiplied-by_ in both IMultiplyOperators.cs and NFloat.cs. Fixes dotnet#80521
Replaced _divided-by_ with _multiplied-by_ in System.Half, System.Int128, System.UInt128, System.Numerics.IMultiplyOperators, and System.Runtime.InteropServices.NFloat. This reflects the matching changes in dotnet/runtime#83693 to the IMultiplyOperators and NFloat and fixes dotnet/runtime#80521
Added PRs for the source code fixed in runtime source and in the documentation |
I noticed while scanning the documentation that there's a WHOLE lot of stuff missing the content that should have been automatically pulled from the source documentation but currently reads |
Replaced _divided-by_ with _multiplied-by_ in System.Half, System.Int128, System.UInt128, System.Numerics.IMultiplyOperators, and System.Runtime.InteropServices.NFloat. This reflects the matching changes in dotnet/runtime#83693 to the IMultiplyOperators and NFloat and fixes dotnet/runtime#80521
Warning, the documentation push flagged this as closed but the PR for the /// comments has not yet been merged. |
Replaced _divided-by_ with _multiplied-by_ in both IMultiplyOperators.cs and NFloat.cs. Fixes #80521
Description
The return value of both the checked and unchecked operators of the IMultiplyOperators`3 interface are documented as:
It should read
Reproduction Steps
None, this is a documentation issue.
Expected behavior
The return value should be documented as:
Actual behavior
The return value of both the checked and unchecked operators of the IMultiplyOperators`3 interface are documented as:
Regression?
No response
Known Workarounds
None.
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: