Helpful
    Preparing search index...

    Variable gibibytesConst

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

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

    A gibibyte is 1024 mebibytes.

    Type Declaration

      • (amount: number): number
      • Parameters

        • amount: number

          The total amount of gibibytes to convert to bytes.

        Returns number

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