Skip to content
New issue

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

Incorrect Use of Bitwise Operator #31

Open
FluxIX opened this issue May 31, 2023 · 0 comments
Open

Incorrect Use of Bitwise Operator #31

FluxIX opened this issue May 31, 2023 · 0 comments

Comments

@FluxIX
Copy link

FluxIX commented May 31, 2023

x.m_rawValue == Fix64Constants.MIN_VALUE & y.m_rawValue == -1 ?

The condition of the ternary operator should use the boolean comparison "and" operator and not the bitwise "and" operator.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant