C# 클래스 GSF.IO.FileStructure.Murmur3

A specialized implementation of MurMur3 that requires the data be aligned to 16-byte boundaries.
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian

공개 메소드들

메소드 설명
ComputeHash ( byte bb, int length, ulong &checksum1, ulong &checksum2 ) : void

메소드 상세

ComputeHash() 공개 정적인 메소드

public static ComputeHash ( byte bb, int length, ulong &checksum1, ulong &checksum2 ) : void
bb byte
length int
checksum1 ulong
checksum2 ulong
리턴 void