|
<< Click to Display Table of Contents >> Navigation: Functions > DoubleHash |
SIGNATURE=IW.Common.HashUtils.DoubleHash@Pointer@Integer
ETYPE=Function
Declaration:
Delphi: |
function DoubleHash(AData: Pointer; ADataLength: Integer): Int64; |
C++: |
__int64 DoubleHash(void * AData, int ADataLength); |
Unit: IW.Common.HashUtils.pas
Description: Calculating a 64-bit hash combining the output of 2 different 32-bit hash algorithms
Parameters:
•AData: Pointer
•ADataLength: Integer
Result(Int64):