toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.memory.unit
/
ByteUnits
Byte
Units
inline
class
ByteUnits
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
bytes
Link copied to clipboard
val
bytes
:
Double
bytes
Long
Link copied to clipboard
val
bytesLong
:
Long
giga
Bytes
Link copied to clipboard
val
gigaBytes
:
Double
kilo
Bytes
Link copied to clipboard
val
kiloBytes
:
Double
mega
Bytes
Link copied to clipboard
val
megaBytes
:
Double
Functions
div
Link copied to clipboard
operator
fun
div
(
other
:
ByteUnits
)
:
Double
operator
fun
div
(
other
:
Number
)
:
ByteUnits
minus
Link copied to clipboard
operator
fun
minus
(
other
:
ByteUnits
)
:
ByteUnits
plus
Link copied to clipboard
operator
fun
plus
(
other
:
ByteUnits
)
:
ByteUnits
rem
Link copied to clipboard
operator
fun
rem
(
other
:
ByteUnits
)
:
ByteUnits
times
Link copied to clipboard
operator
fun
times
(
other
:
Number
)
:
ByteUnits
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
unary
Minus
Link copied to clipboard
operator
fun
unaryMinus
(
)
:
ByteUnits