BinarySize

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val inBits: Int
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: BinarySize): Int
Link copied to clipboard
operator fun div(other: Int): BinarySize
Link copied to clipboard
operator fun minus(other: BinarySize): BinarySize
Link copied to clipboard
operator fun plus(other: BinarySize): BinarySize
Link copied to clipboard
operator fun rem(other: Int): BinarySize
Link copied to clipboard
operator fun times(other: Int): BinarySize
Link copied to clipboard
open override fun toString(): String