IContextManager.GetSymbolFromFrequency

IContextManager.GetSymbolFromFrequency method

Find the symbol in a histogram that has the cumulative frequency specified.

public uint GetSymbolFromFrequency(uint context, uint symbolFrequency)
ParameterTypeDescription
contextUInt32use this context’s histogram
symbolFrequencyUInt32use this frequency

Return Value

the symbol that corresponds to the given cumulative frequency and context

See Also