示例#1
0
        public void ReconstructIndex1(long linearIndex)
        {
            var index = Index1.ReconstructIndex(linearIndex, int.MaxValue);

            Assert.Equal(linearIndex, index.Size);
        }