toUInt

inline fun toUInt(): UInt(source)

Converts this ULong value to UInt.

If this value is less than or equals to UInt.MAX_VALUE, the resulting UInt value represents the same numerical value as this ULong.

The resulting UInt value is represented by the least significant 32 bits of this ULong value.

Since Kotlin

1.5