Helpful
    Preparing search index...

    Variable pebibytesConst

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

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

    A pebibytes is 1024 tebibytes.

    Type Declaration

      • (amount: number): number
      • Parameters

        • amount: number

          The total amount of pebibytes to convert to bytes.

        Returns number

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