Serves as a hash function for DataArrayElement, suitable for use in hashing algorithms and data structures like a hash table.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Overrides Function GetHashCode As Integer
C#
public override int GetHashCode ()
C++
public:
virtual int GetHashCode () override

Return Value

A hash code for the current DataArrayElement.