dotnet / dotnet/dotnet-api-docs
mistake in OpCodes.Bge_Un Field
Open
area-System.Reflection.Emit
Pri3
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
here a mistake -
https://learn.microsoft.com/en-us/dotnet/api/system.reflection.emit.opcodes.bge_un?view=net-7.0 and
https://learn.microsoft.com/en-us/dotnet/api/system.reflection.emit.opcodes?view=net-7.0
_Transfers control to a target instruction if the first value is greater than the second value, when comparing unsigned integer values or unordered float values._
it must be
_The bge.un instruction transfers control to the specified target instruction if value1 is greater than **or equal** to value2,..._
Contributor guide
Assessment
This issue has not been assessed yet.