C# Class SoundFingerprinting.Math.HashConverter

Inheritance: IHashConverter
Afficher le fichier Open project: AddictedCS/soundfingerprinting

Méthodes publiques

Méthode Description
ToBytes ( long array, int count ) : byte[]
ToLongs ( byte array, int count ) : long[]

Private Methods

Méthode Description
GetBytesPerLong ( int bytesArrayCount, int longsArrayCount ) : int

Method Details

ToBytes() public méthode

public ToBytes ( long array, int count ) : byte[]
array long
count int
Résultat byte[]

ToLongs() public méthode

public ToLongs ( byte array, int count ) : long[]
array byte
count int
Résultat long[]