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);
        }