SevenZip.Compression.RangeCoder.Decoder.GetThreshold C# (CSharp) Метод

GetThreshold() публичный Метод

public GetThreshold ( uint total ) : uint
total uint
Результат uint
        public uint GetThreshold(uint total)
        {
            return Code / (Range /= total);
        }