SevenZip.Compression.RangeCoder.Decoder.GetThreshold C# (CSharp) Méthode

GetThreshold() public méthode

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