C# Class InterpreterPattern.Gallons

Inheritance: Expression
Mostrar archivo Open project: marwie/Design-Patterns-in-Unity-Example

Public Methods

Method Description
cups ( double quantity ) : string
gallons ( double quantity ) : string
pints ( double quantity ) : string
quarts ( double quantity ) : string
tablespoons ( double quantity ) : string

Method Details

cups() public method

public cups ( double quantity ) : string
quantity double
return string

gallons() public method

public gallons ( double quantity ) : string
quantity double
return string

pints() public method

public pints ( double quantity ) : string
quantity double
return string

quarts() public method

public quarts ( double quantity ) : string
quantity double
return string

tablespoons() public method

public tablespoons ( double quantity ) : string
quantity double
return string