Companion

object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
const val SIZE_BITS: Int = 48

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

Link copied to clipboard
const val SIZE_BYTES: Int = 6

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