K2Informatics.Erlnet.OtpErlangObject.Hash.Hash C# (CSharp) 메소드

Hash() 공개 메소드

public Hash ( int i ) : System
i int
리턴 System
            public Hash(int i)
            {
                abc[0] = abc[1] = HASH_CONST[i];
                abc[2] = 0;
            }