Skip to main content

Module si

Module si 

Source
Expand description

SI Units For more information visit https://en.wikipedia.org/wiki/Binary_prefix

Structs§

GB
KB
MB
PB
TB

Constants§

GB_BYTES
1 GB = 1000 * 1000 * 1000 Bytes
KB_BYTES
1 KB = 1000 Bytes
MB_BYTES
1 MB = 1000 * 1000 Bytes
PB_BYTES
1 PB = 1000 * 1000 * 1000 * 1000 * 1000 Bytes
TB_BYTES
1 TB = 1000 * 1000 * 1000 * 1000 Bytes