Redzen.Structures.Compact.FixedPointDecimal.GetHashCode C# (CSharp) Method

GetHashCode() public method

Gets the hash code for the object.
public GetHashCode ( ) : int
return int
        public override int GetHashCode()
        {
            return (int)_data;
        }