AddBits method

ByteSize AddBits (
  1. int value
)

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

Implementation

ByteSize AddBits(int value) => this + FromBits(value);