Skip to content

Incorrect Use of Bitwise Operator #31

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

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.

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

No branches or pull requests

1 participant