Skip to content

Incorrect Use of Bitwise Operator #31

@FluxIX

Description

@FluxIX

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions