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.
Since Kotlin
1.2Represents a 32-bit signed integer. On the JVM, non-nullable values of this type are represented as values of the primitive type int.
Since Kotlin
1.0Represents a 32-bit signed integer. On the JVM, non-nullable values of this type are represented as values of the primitive type int.
Since Kotlin
1.1Types
Functions
Performs a bitwise AND operation between the two values.
Performs a bitwise AND operation between the two values.
Performs a bitwise AND operation between the two values.
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.
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.
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.
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.
Divides this value by the other value, truncating the result to an integer that is closer to zero.
Divides this value by the other value.
Divides this value by the other value, truncating the result to an integer that is closer to zero.
Divides this value by the other value.
Divides this value by the other value, truncating the result to an integer that is closer to zero.
Divides this value by the other value.
Divides this value by the other value, truncating the result to an integer that is closer to zero.
Divides this value by the other value.
Subtracts the other value from this value.
Subtracts the other value from this value.
Subtracts the other value from this value.
Subtracts the other value from this value.
Performs a bitwise OR operation between the two values.
Performs a bitwise OR operation between the two values.
Performs a bitwise OR operation between the two values.
Adds the other value to this value.
Adds the other value to this value.
Adds the other value to this value.
Adds the other value to this value.
Calculates the remainder of truncating division of this value (dividend) by the other value (divisor).
Calculates the remainder of truncating division of this value (dividend) by the other value (divisor).
Calculates the remainder of truncating division of this value (dividend) by the other value (divisor).
Calculates the remainder of truncating division of this value (dividend) by the other value (divisor).
Shifts this value right by the bitCount number of bits, filling the leftmost bits with copies of the sign bit.
Shifts this value right by the bitCount number of bits, filling the leftmost bits with copies of the sign bit.
Shifts this value right by the bitCount number of bits, filling the leftmost bits with copies of the sign bit.
Multiplies this value by the other value.
Multiplies this value by the other value.
Multiplies this value by the other value.
Multiplies this value by the other value.
Shifts this value right by the bitCount number of bits, filling the leftmost bits with zeros.
Shifts this value right by the bitCount number of bits, filling the leftmost bits with zeros.
Shifts this value right by the bitCount number of bits, filling the leftmost bits with zeros.
Performs a bitwise XOR operation between the two values.
Performs a bitwise XOR operation between the two values.
Performs a bitwise XOR operation between the two values.
Extensions
Returns the absolute value of this value.
Returns the absolute value of this value.
Returns the absolute value of this value.
Returns the absolute value of this value.
Ensures that this value is not less than the specified minimumValue.
Ensures that this value is not greater than the specified maximumValue.
Ensures that this value lies in the specified range minimumValue..maximumValue.
Ensures that this value lies in the specified range.
Counts the number of consecutive most significant bits that are zero in the binary representation of this Int number.
Counts the number of consecutive most significant bits that are zero in the binary representation of this Int number.
Counts the number of consecutive most significant bits that are zero in the binary representation of this Int number.
Counts the number of consecutive most significant bits that are zero in the binary representation of this Int number.
Counts the number of set bits in the binary representation of this Int number.
Counts the number of set bits in the binary representation of this Int number.
Counts the number of set bits in the binary representation of this Int number.
Counts the number of set bits in the binary representation of this Int number.
Counts the number of consecutive least significant bits that are zero in the binary representation of this Int number.
Counts the number of consecutive least significant bits that are zero in the binary representation of this Int number.
Counts the number of consecutive least significant bits that are zero in the binary representation of this Int number.
Counts the number of consecutive least significant bits that are zero in the binary representation of this Int number.
Returns the Char that represents this decimal digit. Throws an exception if this value is not in the range 0..9.
Returns the Char that represents this numeric digit value in the specified radix. Throws an exception if the radix is not in the range 2..36 or if this value is not in the range 0 until radix.
Returns a progression from this value down to the specified to value with the step -1.
Divides this value by the other value, flooring the result to an integer that is closer to negative infinity.
Calculates the remainder of flooring division of this value (dividend) by the other value (divisor).
Rotates the binary representation of this Int number left by the specified bitCount number of bits. The most significant bits pushed out from the left side reenter the number as the least significant bits on the right side.
Rotates the binary representation of this Int number left by the specified bitCount number of bits. The most significant bits pushed out from the left side reenter the number as the least significant bits on the right side.
Rotates the binary representation of this Int number left by the specified bitCount number of bits. The most significant bits pushed out from the left side reenter the number as the least significant bits on the right side.
Rotates the binary representation of this Int number right by the specified bitCount number of bits. The least significant bits pushed out from the right side reenter the number as the most significant bits on the left side.
Rotates the binary representation of this Int number right by the specified bitCount number of bits. The least significant bits pushed out from the right side reenter the number as the most significant bits on the left side.
Rotates the binary representation of this Int number right by the specified bitCount number of bits. The least significant bits pushed out from the right side reenter the number as the most significant bits on the left side.
Returns the sign of this value:
Returns the sign of this value:
Returns the sign of this value:
Returns a number having a single bit set in the position of the most significant set bit of this Int number, or zero, if this number is zero.
Returns a number having a single bit set in the position of the most significant set bit of this Int number, or zero, if this number is zero.
Returns a number having a single bit set in the position of the most significant set bit of this Int number, or zero, if this number is zero.
Returns a number having a single bit set in the position of the most significant set bit of this Int number, or zero, if this number is zero.
Returns a number having a single bit set in the position of the least significant set bit of this Int number, or zero, if this number is zero.
Returns a number having a single bit set in the position of the least significant set bit of this Int number, or zero, if this number is zero.
Returns a number having a single bit set in the position of the least significant set bit of this Int number, or zero, if this number is zero.
Returns a number having a single bit set in the position of the least significant set bit of this Int number, or zero, if this number is zero.
Returns a duration whose value is the specified duration value multiplied by this number.
Returns the value of this Int number as a BigDecimal.
Returns the value of this Int number as a BigInteger.
Returns a range from this value up to but excluding the specified to value.