Function intRangeMin

  • Calculates the minimum value of an integer range based on the sign and number of bits.

    Parameters

    • sign: "signed" | "unsigned"

      Specifies whether the integer is signed or unsigned.

    • bits: number

      The number of bits in the integer.

    Returns number

    The minimum value of the integer range.

Generated using TypeDoc