Accord.Imaging.MatrixH.GetHashCode C# (CSharp) Method

GetHashCode() public method

Returns the hash code for this instance.
public GetHashCode ( ) : int
return int
        public override int GetHashCode()
        {
            return elements.GetHashCode();
        }