get_symbol_frequency method
get_symbol_frequency
Get the number of occurrences of the given symbol in the context.
Returns
the number of occurences of the specified symbol in the specified context
def get_symbol_frequency(self, context, symbol):
...
Parameter | Type | Description |
---|---|---|
context | int | get the frequency from this context’s histogram |
symbol | int | get the frequency of this symbol the symbol |
See Also
- module
aspose.cad.fileformats.u3d.bitstream
- class
IContextManager