hashString
|
The hashString function converts the target object into an integer hash number. Usage The hashString function is used to convert a String or Symbol into a non-unique integer value for storage and later retrieval in a hash table.
(hashString aString) The String to be converted into a hash integer. (hashString aSymbol) A non-unique integer hash value.
Expression:
Arguments
Name
Type
Description Argument: aString String
The String to be converted into a hash integer
Returns:
Expression:
Arguments
Name
Type
Description Argument: aSymbol Symbol
The Symbol to be converted into a hash integer
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
String | Integer |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|