Synopsis
int CachePopDbl(double *pdbl)
Description
Pops a value off argument stack and converts it to a double.
Arguments
double *pdbl Pointer to double value.
Return Values
The following are #defined integer return values:
CachePopDbl Return Values
CACHE_NORES No result whose type can be returned has preceded this call.
CACHE_SUCCESS The operation was successful.