Redzen.Structures.Compact.FixedPointDecimal.GetHashCode C# (CSharp) Метод

GetHashCode() публичный Метод

Gets the hash code for the object.
public GetHashCode ( ) : int
Результат int
        public override int GetHashCode()
        {
            return (int)_data;
        }