C# Class Gurpenator.PercentToken

Inheritance: Token
Exibir arquivo Open project: thejoshwolfe/Gurpenator Class Usage Examples

Public Properties

Property Type Description
value decimal

Public Methods

Method Description
PercentToken ( ParsedThing parseThing, decimal value ) : System
ToString ( ) : string
toFormula ( ) : Formula

Method Details

PercentToken() public method

public PercentToken ( ParsedThing parseThing, decimal value ) : System
parseThing ParsedThing
value decimal
return System

ToString() public method

public ToString ( ) : string
return string

toFormula() public method

public toFormula ( ) : Formula
return Formula

Property Details

value public_oe property

public decimal value
return decimal