Static Methodswift-nio 2.72.0_NIOFileSystem
gigabytes(_:)
Returns a ByteCount
with a given number of gigabytes
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
static func bytes(Int64
) -> ByteCount Returns a
ByteCount
with a given number of bytesstatic func gibibytes(Int64
) -> ByteCount Returns a
ByteCount
with a given number of gibibytesstatic func kibibytes(Int64
) -> ByteCount Returns a
ByteCount
with a given number of kibibytesstatic func kilobytes(Int64
) -> ByteCount Returns a
ByteCount
with a given number of kilobytesstatic func mebibytes(Int64
) -> ByteCount Returns a
ByteCount
with a given number of mebibytesstatic func megabytes(Int64
) -> ByteCount Returns a
ByteCount
with a given number of megabytes
Instance members
var bytes: Int64
The number of bytes