HandCoded.Finance.Interval.GetHashCode C# (CSharp) Méthode

GetHashCode() public méthode

Produces a hash value for the instance.
public GetHashCode ( ) : int
Résultat int
        public override int GetHashCode()
        {
            return (period.GetHashCode () + multiplier);
        }