C# Class Gurpenator.PercentToken

Inheritance: Token
Afficher le fichier Open project: thejoshwolfe/Gurpenator Class Usage Examples

Méthodes publiques

Свойство Type Description
value decimal

Méthodes publiques

Méthode Description
PercentToken ( ParsedThing parseThing, decimal value ) : System
ToString ( ) : string
toFormula ( ) : Formula

Method Details

PercentToken() public méthode

public PercentToken ( ParsedThing parseThing, decimal value ) : System
parseThing ParsedThing
value decimal
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

toFormula() public méthode

public toFormula ( ) : Formula
Résultat Formula

Property Details

value public_oe property

public decimal value
Résultat decimal