gigabytes(_:)

    Returns a ByteCount with a given number of gigabytes

    ByteCount.swift:51
    static func gigabytes(_ count: Int64) -> ByteCount

    Parameters

    count

    The number of gigabytes

    One gigabyte is 1,000,000,000 bytes.

    Other members in extension

    Type members

    Instance members