countLeadingZeroBits
fun Int.countLeadingZeroBits(): Int
Counts the number of consecutive most significant bits that are zero in the binary representation of this Int number.
fun Long.countLeadingZeroBits(): Int
Counts the number of consecutive most significant bits that are zero in the binary representation of this Long number.
fun Byte.countLeadingZeroBits(): Int
Counts the number of consecutive most significant bits that are zero in the binary representation of this Byte number.
fun Short.countLeadingZeroBits(): Int
Counts the number of consecutive most significant bits that are zero in the binary representation of this Short number.
fun UInt.countLeadingZeroBits(): Int
Counts the number of consecutive most significant bits that are zero in the binary representation of this UInt number.
fun ULong.countLeadingZeroBits(): Int
Counts the number of consecutive most significant bits that are zero in the binary representation of this ULong number.
fun UByte.countLeadingZeroBits(): Int
Counts the number of consecutive most significant bits that are zero in the binary representation of this UByte number.
fun UShort.countLeadingZeroBits(): Int
Counts the number of consecutive most 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-leading-zero-bits.html