pokemon-rogue-battle
    Preparing search index...

    Function isBetween

    • Check if a number is inclusively between two numbers

      Parameters

      • num: number

        the number to check

      • min: number

        the minimum value (inclusive)

      • max: number

        the maximum value (inclusive)

      Returns boolean

      Whether num is no less than min and no greater than max