AddTeraBytes method

ByteSize AddTeraBytes (
  1. num value
)

Returns the sum of size in TeraBytes and current ByteSize instance.

Implementation

ByteSize AddTeraBytes(num value) =>
    this + FromTeraBytes(value);