Spectacular Cellular Automata
    Preparing search index...

    Function clamp

    • Limit value to be no less than min and no greater than max, inclusively.

      Parameters

      • min: number
      • value: number
      • max: number

      Returns number