C# Class ApProg.Utilities.ByteConversion

Datei anzeigen Open project: JoKr2/ApProg

Public Methods

Method Description
Lsw ( this instr ) : uint
Msb ( this instr ) : uint
MsbToLsb ( this code ) : uint
ToBytes ( this instr ) : byte[]
ToUint ( this bytes, int index ) : uint

Method Details

Lsw() public static method

public static Lsw ( this instr ) : uint
instr this
return uint

Msb() public static method

public static Msb ( this instr ) : uint
instr this
return uint

MsbToLsb() public static method

public static MsbToLsb ( this code ) : uint
code this
return uint

ToBytes() public static method

public static ToBytes ( this instr ) : byte[]
instr this
return byte[]

ToUint() public static method

public static ToUint ( this bytes, int index ) : uint
bytes this
index int
return uint