Interface IGetQuantityByKey
Interface for retrieving a quantity value using a string key.
public interface IGetQuantityByKey
- Extension Methods
Methods
GetQuantityByKey(string)
Gets a quantity value associated with the specified key.
double GetQuantityByKey(string key)
Parameters
key
stringThe key to look up
Returns
- double
The quantity value associated with the key