pebibytes property

InformationUnits pebibytes
final

1 pebibyte is equal to 2^50 bytes (1 125 899 906 842 624 bytes). Use bytes.peta() to get the metric value (10^15 bytes). Use pebibytes for common binary usage (e.g., for data storage units).

Implementation

static final InformationUnits pebibytes =
    InformationUnits('pebibytes', null, 'PiB', null, 8.0 * 1.125899906842624e15, false);