Memory
A quantity describing memory size. (for example, 16 kilobytes.)
Types
Functions
Link copied to clipboard
Returns a FormattedQuantity representation of the value from this
in the given unit.
Link copied to clipboard
Expresses the size of memory in gigabytes (1GB = 1024MB).
Link copied to clipboard
Expresses the size of memory in kilobytes (1KB = 1024B).
Link copied to clipboard
Expresses the size of memory in megabytes (1MB = 1024KB).
Link copied to clipboard
Expresses the size of memory in bytes (rounded).
Link copied to clipboard
Expresses the size of memory in gigabytes (1GB = 1024MB, rounded).
Link copied to clipboard
Expresses the size of memory in kilobytes (1KB = 1024B, rounded).
Link copied to clipboard
Expresses the size of memory in megabytes (1MB = 1024KB, rounded).
Link copied to clipboard
Returns a new instance with the value from this
as negative.