open fun numberOfLeadingZeros(): Int
(source)
Provides the number of zero bits preceding the highest-order ("leftmost") one-bit
Return
Int: the number of zero bits preceding the highest-order ("leftmost") one-bit in the binary representation of this value, or 32 if the value is equal to zero.