Helpful
    Preparing search index...

    Variable tebibytesConst

    tebibytes: (amount: number) => number = ...

    Returns the total number of bytes for the wanted number of tebibytes.

    A tebibyte is 1024 gibibytes.

    Type Declaration

      • (amount: number): number
      • Parameters

        • amount: number

          The total amount of tebibytes to convert to bytes.

        Returns number

        The total number of bytes in the given amount of tebibytes.