C# 클래스 ApProg.Utilities.ByteConversion

파일 보기 프로젝트 열기: JoKr2/ApProg

공개 메소드들

메소드 설명
Lsw ( this instr ) : uint
Msb ( this instr ) : uint
MsbToLsb ( this code ) : uint
ToBytes ( this instr ) : byte[]
ToUint ( this bytes, int index ) : uint

메소드 상세

Lsw() 공개 정적인 메소드

public static Lsw ( this instr ) : uint
instr this
리턴 uint

Msb() 공개 정적인 메소드

public static Msb ( this instr ) : uint
instr this
리턴 uint

MsbToLsb() 공개 정적인 메소드

public static MsbToLsb ( this code ) : uint
code this
리턴 uint

ToBytes() 공개 정적인 메소드

public static ToBytes ( this instr ) : byte[]
instr this
리턴 byte[]

ToUint() 공개 정적인 메소드

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