Enum IntegerFormats
The format integers should be stored as.
Namespace: Loretta.CodeAnalysis.Lua
Assembly: Loretta.CodeAnalysis.Lua.dll
Syntax
public enum IntegerFormats
Fields
Name | Description |
---|---|
Double | Integers are stored as a System.Double. |
Int64 | Integers are stored as a System.Int64. |
NotSupported | No integer support at all and numbers are parsed as System.Doubles without overflow behavior. |