C# 클래스 CriwareXtxDecoder.BigEndian

파일 보기 프로젝트 열기: xmoeproject/X-moe

공개 메소드들

메소드 설명
ToInt16 ( byte value, int index ) : short
ToInt32 ( byte value, int index ) : int
ToUInt16 ( byte value, int index ) : ushort
ToUInt32 ( byte value, int index ) : uint

메소드 상세

ToInt16() 공개 정적인 메소드

public static ToInt16 ( byte value, int index ) : short
value byte
index int
리턴 short

ToInt32() 공개 정적인 메소드

public static ToInt32 ( byte value, int index ) : int
value byte
index int
리턴 int

ToUInt16() 공개 정적인 메소드

public static ToUInt16 ( byte value, int index ) : ushort
value byte
index int
리턴 ushort

ToUInt32() 공개 정적인 메소드

public static ToUInt32 ( byte value, int index ) : uint
value byte
index int
리턴 uint