AddPetaBytes method

ByteSize AddPetaBytes (
  1. num value
)

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

Implementation

ByteSize AddPetaBytes(num value) =>
    this + FromPetaBytes(value);