Companion

Since Kotlin

1.0

Properties

Link copied to clipboard
const val MAX_VALUE: Long = 9223372036854775807

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

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

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

Since Kotlin 1.0