Function isPow2

  • Check if int32 is a power-of-2.

    Parameters

    • x: number

      an int32

    Returns boolean

    is power-of-2?

Generated using TypeDoc