countTrailingZeroBits
fun Int.countTrailingZeroBits(): Int
Counts the number of consecutive least significant bits that are zero in the binary representation of this Int number.
fun Long.countTrailingZeroBits(): Int
Counts the number of consecutive least significant bits that are zero in the binary representation of this Long number.
fun Byte.countTrailingZeroBits(): Int
Counts the number of consecutive least significant bits that are zero in the binary representation of this Byte number.
fun Short.countTrailingZeroBits(): Int
Counts the number of consecutive least significant bits that are zero in the binary representation of this Short number.
fun UInt.countTrailingZeroBits(): Int
Counts the number of consecutive least significant bits that are zero in the binary representation of this UInt number.
fun ULong.countTrailingZeroBits(): Int
Counts the number of consecutive least significant bits that are zero in the binary representation of this ULong number.
fun UByte.countTrailingZeroBits(): Int
Counts the number of consecutive least significant bits that are zero in the binary representation of this UByte number.
fun UShort.countTrailingZeroBits(): Int
Counts the number of consecutive least significant bits that are zero in the binary representation of this UShort number.
© 2010–2021 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/count-trailing-zero-bits.html