C# Class DistrictServer.Unreal.Utilities.Functions

Afficher le fichier Open project: fiki574/rAPB

Méthodes publiques

Méthode Description
appBitsCpy ( byte Dest, int DestBit, byte Src, int SrcBit, int BitCount ) : void

Method Details

appBitsCpy() public static méthode

public static appBitsCpy ( byte Dest, int DestBit, byte Src, int SrcBit, int BitCount ) : void
Dest byte
DestBit int
Src byte
SrcBit int
BitCount int
Résultat void