hasBitCleared

infix fun Byte.hasBitCleared(bit: Int): Boolean

Returns whether the bit at the given bit is set to 0 in the receiver.

Receiver

Byte value.


infix fun UByte.hasBitCleared(bit: Int): Boolean

Returns whether the bit at the given bit is set to 0 in the receiver.

Receiver

UByte value.


infix fun Short.hasBitCleared(bit: Int): Boolean

Returns whether the bit at the given bit is set to 0 in the receiver.

Receiver

Short value.


infix fun UShort.hasBitCleared(bit: Int): Boolean

Returns whether the bit at the given bit is set to 0 in the receiver.

Receiver

UShort value.


infix fun Int.hasBitCleared(bit: Int): Boolean

Returns whether the bit at the given bit is set to 0 in the receiver.

Receiver

Int value.


infix fun UInt.hasBitCleared(bit: Int): Boolean

Returns whether the bit at the given bit is set to 0 in the receiver.

Receiver

UInt value.