UShort
Since Kotlin
1.5Functions
Link copied to clipboard
Ensures that this value is not less than the specified minimumValue.
Since Kotlin 1.5
Link copied to clipboard
Ensures that this value is not greater than the specified maximumValue.
Since Kotlin 1.5
Link copied to clipboard
Ensures that this value lies in the specified range minimumValue..maximumValue.
Since Kotlin 1.5
Link copied to clipboard
Compares this value with the specified value for order. Returns zero if this value is equal to the specified other value, a negative number if it's less than other, or a positive number if it's greater than other.
Since Kotlin 1.5
Link copied to clipboard
Link copied to clipboard
Counts the number of consecutive most significant bits that are zero in the binary representation of this