AddMegaBytes method
- num value
Returns the sum of size in MegaBytes and current ByteSize instance.
Implementation
ByteSize AddMegaBytes(num value) =>
this + FromMegaBytes(value);
Returns the sum of size in MegaBytes and current ByteSize instance.
ByteSize AddMegaBytes(num value) =>
this + FromMegaBytes(value);