kotlin-stdlib
Common
kotlin-stdlib
/
kotlin
/
UByte
/
times
times
Common
inline operator
fun
times
(
other
:
UByte
)
:
UInt
Content copied to clipboard
inline operator
fun
times
(
other
:
UShort
)
:
UInt
Content copied to clipboard
inline operator
fun
times
(
other
:
UInt
)
:
UInt
Content copied to clipboard
inline operator
fun
times
(
other
:
ULong
)
:
ULong
Content copied to clipboard
Multiplies this value by the other value.