Helpful
    Preparing search index...

    Variable pibConst

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

    Type Declaration

      • (amount: number): number
      • Returns the total number of bytes for the wanted number of pebibytes.

        A pebibytes is 1024 tebibytes.

        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.