|
CustomComparerTGetHashCode Method (T)
|
Returns a hash code for the given object.
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 object.
Return Value
Type:
Int32
A hash code for the given object, suitable for use in
hashing algorithms and data structures like a hash table.
See Also