Byte
Represents a 8-bit signed integer. On the JVM, non-nullable values of this type are represented as values of the primitive type byte.
Since Kotlin
1.0Types
Functions
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.0
Link copied to clipboard
Divides this value by the other value, truncating the result to an integer that is closer to zero.
Since Kotlin 1.0
Divides this value by the other value.
Since Kotlin 1.0
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard