C# Class AGS.Plugin.Lua.LuaCodeDom.LuaExpression.NumberLiteral

Inheritance: LuaExpression
Show file Open project: duncanc/Lua-for-AGS

Public Properties

Property Type Description
Value double

Public Methods

Method Description
NumberLiteral ( double value ) : System
WriteTo ( TextWriter output, int indent, bool asPrefix ) : void

Method Details

NumberLiteral() public method

public NumberLiteral ( double value ) : System
value double
return System

WriteTo() public method

public WriteTo ( TextWriter output, int indent, bool asPrefix ) : void
output System.IO.TextWriter
indent int
asPrefix bool
return void

Property Details

Value public property

public double Value
return double