linksplatform / Data.Doublets.Sequences

Platform.Data.Doublets.Sequences
The Unlicense
1 stars 1 forks source link

The number of bits should be (numbers size in bits - 1), but not exactly (64 - 1) bit. #11

Open Konard opened 2 years ago

Konard commented 2 years ago

https://github.com/linksplatform/Data.Doublets.Sequences/blob/5d08a79f7bf68c692f8b617714b3b47d4fc38b9a/csharp/Platform.Data.Doublets.Sequences/Numbers/Raw/BigIntegerToRawNumberSequenceConverter.cs#L96-L98

This will not work for uint, ushort, byte.