C# Class ServiceInsight.ValueConverters.MathConverter.Variable

Inheritance: IExpression
Afficher le fichier Open project: Particular/ServiceInsight

Méthodes publiques

Méthode Description
Eval ( object args ) : decimal
Variable ( int n ) : System
Variable ( string text ) : System

Method Details

Eval() public méthode

public Eval ( object args ) : decimal
args object
Résultat decimal

Variable() public méthode

public Variable ( int n ) : System
n int
Résultat System

Variable() public méthode

public Variable ( string text ) : System
text string
Résultat System