AddGigaBytes method
- num value
Returns the sum of size in GigaBytes and current ByteSize instance.
Implementation
ByteSize AddGigaBytes(num value) =>
this + FromGigaBytes(value);
Returns the sum of size in GigaBytes and current ByteSize instance.
ByteSize AddGigaBytes(num value) =>
this + FromGigaBytes(value);