kotlin-unsigned
/
unsigned
/
ushr
ushr
infix fun
BigInteger
.
ushr
(bitCount:
Int
):
BigInteger
Content copied to clipboard
infix fun
Byte
.
ushr
(b:
Byte
):
Byte
Content copied to clipboard
infix fun
Byte
.
ushr
(b:
Short
):
Byte
Content copied to clipboard
infix fun
Byte
.
ushr
(b:
Int
):
Byte
Content copied to clipboard
infix fun
Byte
.
ushr
(b:
Ubyte
):
Byte
Content copied to clipboard
infix fun
Byte
.
ushr
(b:
Ushort
):
Byte
Content copied to clipboard
infix fun
Byte
.
ushr
(b:
Uint
):
Byte
Content copied to clipboard
infix fun
Int
.
ushr
(b:
Byte
):
Int
Content copied to clipboard
infix fun
Int
.
ushr
(b:
Short
):
Int
Content copied to clipboard
infix fun
Int
.
ushr
(b:
Ubyte
):
Int
Content copied to clipboard
infix fun
Int
.
ushr
(b:
Ushort
):
Int
Content copied to clipboard
infix fun
Int
.
ushr
(b:
Uint
):
Int
Content copied to clipboard
infix fun
Long
.
ushr
(b:
Byte
):
Long
Content copied to clipboard
infix fun
Long
.
ushr
(b:
Short
):
Long
Content copied to clipboard
infix fun
Long
.
ushr
(b:
Ubyte
):
Long
Content copied to clipboard
infix fun
Long
.
ushr
(b:
Ushort
):
Long
Content copied to clipboard
infix fun
Long
.
ushr
(b:
Uint
):
Long
Content copied to clipboard
infix fun
Short
.
ushr
(b:
Byte
):
Short
Content copied to clipboard
infix fun
Short
.
ushr
(b:
Short
):
Short
Content copied to clipboard
infix fun
Short
.
ushr
(b:
Int
):
Short
Content copied to clipboard
infix fun
Short
.
ushr
(b:
Ubyte
):
Short
Content copied to clipboard
infix fun
Short
.
ushr
(b:
Ushort
):
Short
Content copied to clipboard
infix fun
Short
.
ushr
(b:
Uint
):
Short
Content copied to clipboard