Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: uint GetSymbolPosition(int)

Declaration

public abstract uint GetSymbolPosition(
    int symbol
)

Summary

Returns the sum of the frequencies of all symbols less than symbol. When overridden, must return a value for every possible input: 0 for all symbols less than the first valid symbol, and a value equal to ArithmeticSymbolContext.GetTotal() for all symbols greater than the last valid symbol.