Apache Lucene.Net 2.4.0 Class Library API

ArrayUtil.HashCode Method (Char[], Int32, Int32)

Returns hash of chars in range start (inclusive) to end (inclusive).

public static int HashCode(
   char[] array,
   int start,
   int end
);

See Also

ArrayUtil Class | Lucene.Net.Util Namespace | ArrayUtil.HashCode Overload List