[This is preliminary documentation and is subject to change.]
Gets the long value within the IntegerToken at a particular
index in the RHS tokens.
- index (Int32)
- The index at which to retrieve the IntegerToken.
The long value within the IntegerToken.
| Exception | Condition |
|---|---|
| InvalidOperationException | The token at the given position
is not a IntegerToken. |