Int
class Int : Number, Comparable<Int>
Represents a 32-bit signed integer. On the JVM, non-nullable values of this type are represented as values of the primitive type int
.
Functions
and | infix fun and(other: Int): Int Performs a bitwise AND operation between the two values. |
compareTo | 登录查看完整内容
|