Incorrect Use of Bitwise Operator
Opened this issue · 0 comments
FluxIX commented
FixedMath.NET/src/FixedMath.NET/Fix64.cs
Line 351 in 3fb5ac8
The condition of the ternary operator should use the boolean comparison "and" operator and not the bitwise "and" operator.