Table of Contents

Interface IGetQuantityByKey

Namespace
Hi.Common
Assembly
HiGeom.dll

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 string

The key to look up

Returns

double

The quantity value associated with the key