C# Class CSLE.CLS_Type_Long

Inheritance: RegHelper_Type
Afficher le fichier Open project: lightszero/cslightcore

Méthodes publiques

Méthode Description
CLS_Type_Long ( ) : System
ConvertTo ( CLS_Content env, object src, CLType targetType ) : object
Math2Value ( CLS_Content env, char code, object left, CLS_Content right, CLType &returntype ) : object
MathLogic ( CLS_Content env, logictoken code, object left, CLS_Content right ) : bool

Method Details

CLS_Type_Long() public méthode

public CLS_Type_Long ( ) : System
Résultat System

ConvertTo() public méthode

public ConvertTo ( CLS_Content env, object src, CLType targetType ) : object
env CLS_Content
src object
targetType CLType
Résultat object

Math2Value() public méthode

public Math2Value ( CLS_Content env, char code, object left, CLS_Content right, CLType &returntype ) : object
env CLS_Content
code char
left object
right CLS_Content
returntype CLType
Résultat object

MathLogic() public méthode

public MathLogic ( CLS_Content env, logictoken code, object left, CLS_Content right ) : bool
env CLS_Content
code logictoken
left object
right CLS_Content
Résultat bool