tebibytes property

InformationUnits tebibytes
final

1 tebibyte is equal to 2^40 bytes (1 099 511 627 776 bytes). Use bytes.tera() to get the metric value (10^12 bytes). Use tebibytes for common binary usage (e.g., for data storage units).

Implementation

static final InformationUnits tebibytes =
    InformationUnits('tebibytes', null, 'TiB', null, 8.0 * 1.099511627776e12, false);