Companion

Since Kotlin

1.1

Since Kotlin

1.0

Properties

Link copied to clipboard
const val MAX_VALUE: Short = 32767

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

Since Kotlin 1.1
const val MAX_VALUE: Short = 32767

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

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

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

Since Kotlin 1.1
const val MIN_VALUE: Short

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

Since Kotlin 1.0