Companion

Since Kotlin

1.1

Since Kotlin

1.0

Properties

Link copied to clipboard
const val MAX_VALUE: Byte = 127

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

Since Kotlin 1.1
const val MAX_VALUE: Byte = 127

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

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

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

Since Kotlin 1.1
const val MIN_VALUE: Byte

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

Since Kotlin 1.0