gigabyte property

BigInt gigabyte
final

Represents 2^30 (1,073,741,824), a gigabyte (GiB)

Implementation

static final BigInt gigabyte = BigInt.from(2).pow(30);