Companion

Since Kotlin

1.0

Properties

Link copied to clipboard
const val MAX_VALUE: Int = 2147483647

A constant holding the maximum value an instance of Int can have.

Since Kotlin 1.0
Link copied to clipboard
const val MIN_VALUE: Int

A constant holding the minimum value an instance of Int can have.

Since Kotlin 1.0