K2Informatics.Erlnet.OtpErlangObject.Hash.Hash C# (CSharp) Méthode

Hash() public méthode

public Hash ( int i ) : System
i int
Résultat System
            public Hash(int i)
            {
                abc[0] = abc[1] = HASH_CONST[i];
                abc[2] = 0;
            }