Beispiel #1
0
        public int[] ToIntegers()
        {
            var array = new BitArray(values.ToArray());

            return(Wordlist.ToIntegers(array));
        }