Persistate API documentation
IntegerValue Method (index)
NamespacesPersistate.LanguageProductionTokenIntegerValue(Int32)

[This is preliminary documentation and is subject to change.]

Gets the long value within the IntegerToken at a particular index in the RHS tokens.
Declaration Syntax
C#
public long IntegerValue(
	int index
)
Parameters
index (Int32)
The index at which to retrieve the IntegerToken.
Return Value
The long value within the IntegerToken.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe token at the given position is not a IntegerToken.

Assembly: Persistate.Language (Module: Persistate.Language) Version: 0.6.1.20 (0.6.1.20)