takeHighestOneBit

Common
JVM
JS
Native
1.4

Returns a number having a single bit set in the position of the most significant set bit of this Int number, or zero, if this number is zero.

Common
JVM
JS
Native
1.4

Returns a number having a single bit set in the position of the most significant set bit of this Long number, or zero, if this number is zero.

Common
JVM
JS
Native
1.4
fun Byte . takeHighestOneBit ( ) : Byte
(source)

Returns a number having a single bit set in the position of the most significant set bit of this Byte number, or zero, if this number is zero.

Common
JVM
JS
Native
1.4
fun Short . takeHighestOneBit ( ) : Short
(source)

Returns a number having a single bit set in the position of the most significant set bit of this Short number, or zero, if this number is zero.

Common
JVM
JS
Native
1.5
fun UInt . takeHighestOneBit ( ) : UInt
(source)

Returns a number having a single bit set in the position of the most significant set bit of this UInt number, or zero, if this number is zero.

Common
JVM
JS
Native
1.5
fun ULong . takeHighestOneBit ( ) : ULong
(source)

Returns a number having a single bit set in the position of the most significant set bit of this ULong number, or zero, if this number is zero.

Common
JVM
JS
Native
1.5
fun UByte . takeHighestOneBit ( ) : UByte
(source)

Returns a number having a single bit set in the position of the most significant set bit of this UByte number, or zero, if this number is zero.

Common
JVM
JS
Native
1.5
fun UShort . takeHighestOneBit ( ) : UShort
(source)

Returns a number having a single bit set in the position of the most significant set bit of this UShort number, or zero, if this number is zero.