AddBits method
- int value
Returns the sum of size in Bits and current ByteSize instance.
Implementation
ByteSize AddBits(int value) => this + FromBits(value);
Returns the sum of size in Bits and current ByteSize instance.
ByteSize AddBits(int value) => this + FromBits(value);