Engine API Reference - v2.6.1
    Preparing search index...

    Function powerOfTwo

    • Returns true if argument is a power-of-two and false otherwise.

      Parameters

      • x: number

        Number to check for power-of-two property.

      Returns boolean

      true if power-of-two and false otherwise.