countTrailingZeroBits

Counts the number of consecutive least significant bits that are zero in the binary representation of this Byte number.

Since Kotlin

1.4

Counts the number of consecutive least significant bits that are zero in the binary representation of this Short number.

Since Kotlin

1.4

Counts the number of consecutive least significant bits that are zero in the binary representation of this Int number.

Since Kotlin

1.4

Counts the number of consecutive least significant bits that are zero in the binary representation of this Long number.

Since Kotlin

1.4

Counts the number of consecutive least significant bits that are zero in the binary representation of this Int number.

Since Kotlin

1.4

Counts the number of consecutive least significant bits that are zero in the binary representation of this Long number.

Since Kotlin

1.4
actual inline fun Int.countTrailingZeroBits(): Int(source)

Counts the number of consecutive least significant bits that are zero in the binary representation of this Int number.

Since Kotlin

1.4

actual inline fun Long.countTrailingZeroBits(): Int(source)

Counts the number of consecutive least significant bits that are zero in the binary representation of this Long number.

Since Kotlin

1.4

Counts the number of consecutive least significant bits that are zero in the binary representation of this Int number.

Since Kotlin

1.4

Counts the number of consecutive least significant bits that are zero in the binary representation of this Long number.

Since Kotlin

1.4