Enum IntegerFormats
The format integers should be stored as.
Namespace: Loretta.CodeAnalysis.Lua
Assembly: cs.temp.dll.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. |