AddTeraBytes method
- num value
Returns the sum of size in TeraBytes and current ByteSize instance.
Implementation
ByteSize AddTeraBytes(num value) =>
this + FromTeraBytes(value);
Returns the sum of size in TeraBytes and current ByteSize instance.
ByteSize AddTeraBytes(num value) =>
this + FromTeraBytes(value);