C# Class InterpreterPattern.Expression

Mostrar archivo Open project: marwie/Design-Patterns-in-Unity-Example Class Usage Examples

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 abstract method

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

gallons() public abstract method

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

pints() public abstract method

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

quarts() public abstract method

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

tablespoons() public abstract method

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