Search Results for

    Show / Hide Table of Contents

    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.

    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top

    Copyright (c) LorettaDevs

    Generated by DocFX

    ☀
    ☾