C# Class CSLE.CLS_Expression_StaticMath

Inheritance: ICLS_Expression
Afficher le fichier Open project: wpszz/CSLightForUnity Class Usage Examples

Méthodes publiques

Свойство Type Description
mathop char
staticmembername string
type ICLS_Type

Méthodes publiques

Méthode Description
CLS_Expression_StaticMath ( int tbegin, int tend, int lbegin, int lend ) : System
ComputeValue ( CLS_Content content ) : CLS_Content.Value
ToString ( ) : string

Method Details

CLS_Expression_StaticMath() public méthode

public CLS_Expression_StaticMath ( int tbegin, int tend, int lbegin, int lend ) : System
tbegin int
tend int
lbegin int
lend int
Résultat System

ComputeValue() public méthode

public ComputeValue ( CLS_Content content ) : CLS_Content.Value
content CLS_Content
Résultat CLS_Content.Value

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

mathop public_oe property

public char mathop
Résultat char

staticmembername public_oe property

public string staticmembername
Résultat string

type public_oe property

public ICLS_Type type
Résultat ICLS_Type