HM_tablelookup()
Retrieves a previously stored value.
Syntax
double HM_tablelookup(int key);
Type
HyperMesh hmlib Function
Description
Retrieves a previously stored value.
Inputs
- key
- The key associated with a stored value.
Example
See HM_tableadd() and HM_tableclear().
Errors
None.