Function setBitLow

  • Sets the specified bit in the given number to 0.

    Returns

    The modified number with the specified bit set to 0.

    Parameters

    • value: number

      The original number whose bit will be modified.

    • position: number

      The position of the bit to set to 0 (0-based index).

    Returns number

Generated using TypeDoc