ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
The hash code.
The hash code is generated by taking the values currently stored in the array into account.
Therefore, the function must iterate over all elements in the array - which makes it a somehow expensive
operation. Take this into account when considering to use large arrays in collections like dictionaries
or hashtables, which make great use of hash codes.
Generate a hash code based on the current element values.
[ILNumerics Core Module]
Namespace: ILNumerics.Core.StorageLayer
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Return Value
Type: Int32The hash code.
Remarks
[ILNumerics Core Module]
See Also