C# Class DotaMatches.DotaMatchesUtils

Afficher le fichier Open project: spew/dota-matches Class Usage Examples

Méthodes publiques

Méthode Description
ExtractInteger ( byte bytes, int index ) : long
PackInteger ( ulong integer ) : byte[]

Method Details

ExtractInteger() public static méthode

public static ExtractInteger ( byte bytes, int index ) : long
bytes byte
index int
Résultat long

PackInteger() public static méthode

public static PackInteger ( ulong integer ) : byte[]
integer ulong
Résultat byte[]