CacheGetDouble(String) Method
Immediatley retrieve a double value from the cache with the given name with no throttling.
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Cache (in ASCOM.Cache.dll) Version: 7.1.3+4851.c5da65c2b
public double GetDouble(
string Key
)
Public Function GetDouble (
Key As String
) As Double
public:
virtual double GetDouble(
String^ Key
) sealed
- Key String
- Name of this item in the cache. The key is case sensitive.
DoubleThe requested double value, if present in the cache, or a "NotInCacheException" if there is no item in the cache that has the supplied name.