Closed AgentFire closed 8 years ago
Added function "BitsToHoldInt64" which is required for my another proposal: method public int WriteRangedInteger(long min, long max, long value) so that int-64 values could sent as ranged as well :)
BitsToHoldInt64
public int WriteRangedInteger(long min, long max, long value)
Okay I think this is not needed anymore.
Added function "
BitsToHoldInt64
" which is required for my another proposal: methodpublic int WriteRangedInteger(long min, long max, long value)
so that int-64 values could sent as ranged as well :)