terabyte property

BigInt terabyte
final

Represents 2^40, a terabyte (TiB)

Implementation

static final BigInt terabyte = BigInt.from(2).pow(40);