Matrix<T>.Get Hash Code Method
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Get | Returns the hash code for this instance. |
Get | Returns a hash code for this instance. |
GetHashCode
Returns the hash code for this instance.
GetHashCode(IEqualityComparer)
Returns a hash code for this instance.
public int GetHashCode(
IEqualityComparer comparer
)
Parameters
- comparer IEqualityComparer
- The IEqualityComparer to use to generate hash codes.
Return Value
Int32A hash code for this instance.