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. |
Int64 | Integers are stored as a System. |
NotSupported | No integer support at all and numbers are parsed
as System. |