C# 클래스 SoundFingerprinting.Math.HashConverter

상속: IHashConverter
파일 보기 프로젝트 열기: AddictedCS/soundfingerprinting

공개 메소드들

메소드 설명
ToBytes ( long array, int count ) : byte[]
ToLongs ( byte array, int count ) : long[]

비공개 메소드들

메소드 설명
GetBytesPerLong ( int bytesArrayCount, int longsArrayCount ) : int

메소드 상세

ToBytes() 공개 메소드

public ToBytes ( long array, int count ) : byte[]
array long
count int
리턴 byte[]

ToLongs() 공개 메소드

public ToLongs ( byte array, int count ) : long[]
array byte
count int
리턴 long[]