C# Class InterpreterPattern.Gallons

Inheritance: Expression
Afficher le fichier Open project: marwie/Design-Patterns-in-Unity-Example

Méthodes publiques

Méthode 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 méthode

public cups ( double quantity ) : string
quantity double
Résultat string

gallons() public méthode

public gallons ( double quantity ) : string
quantity double
Résultat string

pints() public méthode

public pints ( double quantity ) : string
quantity double
Résultat string

quarts() public méthode

public quarts ( double quantity ) : string
quantity double
Résultat string

tablespoons() public méthode

public tablespoons ( double quantity ) : string
quantity double
Résultat string