C# Class OpenSim.Region.OptionalModules.Scripting.PC.Compiler.ExpInt

Inheritance: ExpConst
Afficher le fichier Open project: takayuki/opensim-pcproject

Méthodes publiques

Свойство Type Description
val int

Méthodes publiques

Méthode Description
ExpInt ( Parser yyp ) : System
ExpInt ( Parser yyp, int val ) : System
ToFloat ( ) : float
ToString ( ) : string

Method Details

ExpInt() public méthode

public ExpInt ( Parser yyp ) : System
yyp Tools.Parser
Résultat System

ExpInt() public méthode

public ExpInt ( Parser yyp, int val ) : System
yyp Tools.Parser
val int
Résultat System

ToFloat() public méthode

public ToFloat ( ) : float
Résultat float

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

val public_oe property

public int val
Résultat int