enum Int::BinaryPrefixFormat ¶ Members¶ IEC = 0 ¶ The IEC standard prefixes (Ki, Mi, Gi, Ti, Pi, Ei, Zi, Yi) based on powers of 1000. JEDEC = 1 ¶ Extended range of the JEDEC units (K, M, G, T, P, E, Z, Y) which equals to the prefixes of the SI system except for uppercase K and is based on powers of 1024. Methods¶ #iec? ¶ View source #jedec? ¶ View source