Example #1
0
        public float GetFloat(long offset = 0, bool next = true)
        {
            long     count  = 4;
            TesBytes b      = GetBytes(count, offset, next);
            float    result = b.ToFloat();

            return(result);
        }