C# Class InterpreterPattern.Expression

Afficher le fichier Open project: marwie/Design-Patterns-in-Unity-Example Class Usage Examples

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

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

gallons() public abstract méthode

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

pints() public abstract méthode

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

quarts() public abstract méthode

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

tablespoons() public abstract méthode

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