Companion

object Companion
object Companion
object Companion

Properties

Link copied to clipboard
const val MAX_VALUE: Long = 9223372036854775807

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

const val MAX_VALUE: Long = 9223372036854775807

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

const val MAX_VALUE: Long = 9223372036854775807

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

Link copied to clipboard
const val MIN_VALUE: Long

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

const val MIN_VALUE: Long

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

const val MIN_VALUE: Long

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

Link copied to clipboard
const val SIZE_BITS: Int = 64

The number of bits used to represent an instance of Long in a binary form.

const val SIZE_BITS: Int = 64

The number of bits used to represent an instance of Long in a binary form.

const val SIZE_BITS: Int = 64

The number of bits used to represent an instance of Long in a binary form.

Link copied to clipboard
const val SIZE_BYTES: Int = 8

The number of bytes used to represent an instance of Long in a binary form.

const val SIZE_BYTES: Int = 8

The number of bytes used to represent an instance of Long in a binary form.

const val SIZE_BYTES: Int = 8

The number of bytes used to represent an instance of Long in a binary form.