gibibytes property
1 gibibyte is equal to 2^30 bytes (1 073 741 824 bytes).
Use bytes.giga()
to get the metric value (10^9 bytes). Use gibibytes
for
common binary usage (e.g., for data storage units).
Implementation
static final InformationUnits gibibytes = InformationUnits(
'gibibytes', 'GiB', 'GiB', 'gibibyte', 8.0 * 1.073741824e9, false);