get_symbol_from_frequency method
get_symbol_from_frequency
Find the symbol in a histogram that has the cumulative frequency specified.
Returns
the symbol that corresponds to the given cumulative frequency and context
def get_symbol_from_frequency(self, context, symbol_frequency):
...
| Parameter | Type | Description |
|---|---|---|
| context | int | use this context’s histogram |
| symbol_frequency | int | use this frequency |
See Also
- module
aspose.cad.fileformats.u3d.bitstream - class
IContextManager