SevenZip.Compression.RangeCoder.Decoder.GetThreshold C# (CSharp) Method

GetThreshold() public method

public GetThreshold ( uint total ) : uint
total uint
return uint
        public uint GetThreshold(uint total)
        {
            return Code / (Range /= total);
        }