dotnet / dotnet/dotnet-api-docs

mistake in OpCodes.Bge_Un Field

Open
#8,759 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.