|
ArrayComparerTGetHashCode Method (T)
|
Returns a hash code for a given instance.
Namespace:
Accord.Math.Comparers
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public int GetHashCode(
T[] obj
)
Public Function GetHashCode (
obj As T()
) As Integer
Request Example
View SourceParameters
- obj
- Type: T
The instance.
Return Value
Type:
Int32
A hash code for the instance, suitable for use
in hashing algorithms and data structures like a hash table.
See Also