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

Inheritance: LuaExpression
Afficher le fichier Open project: duncanc/Lua-for-AGS

Méthodes publiques

Свойство Type Description
Value double

Méthodes publiques

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

Method Details

NumberLiteral() public méthode

public NumberLiteral ( double value ) : System
value double
Résultat System

WriteTo() public méthode

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

Property Details

Value public_oe property

public double Value
Résultat double