Skip to main content
Version: Next

Enum TokenReader.NumberType

Assembly: RCaron.dll
View Source
Declaration
csharp
public enum TokenReader.NumberType
Declaration
csharp
public enum TokenReader.NumberType

Fields

Integer

View Source
Declaration
csharp
Integer = 0
Declaration
csharp
Integer = 0

UnsignedInteger

View Source
Declaration
csharp
UnsignedInteger = 1
Declaration
csharp
UnsignedInteger = 1

Long

View Source
Declaration
csharp
Long = 2
Declaration
csharp
Long = 2

UnsignedLong

View Source
Declaration
csharp
UnsignedLong = 3
Declaration
csharp
UnsignedLong = 3

Float

View Source
Declaration
csharp
Float = 4
Declaration
csharp
Float = 4

Double

View Source
Declaration
csharp
Double = 5
Declaration
csharp
Double = 5

Decimal

View Source
Declaration
csharp
Decimal = 6
Declaration
csharp
Decimal = 6

Extension Methods