C# 클래스 Dwarrowdelf.Byte4

파일 보기 프로젝트 열기: tomba/dwarrowdelf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
W byte
X byte
Y byte
Z byte

공개 메소드들

메소드 설명
Byte4 ( byte x, byte y, byte z, byte w ) : System.Runtime.InteropServices
Byte4 ( int x, int y, int z, int w ) : System.Runtime.InteropServices

메소드 상세

Byte4() 공개 메소드

public Byte4 ( byte x, byte y, byte z, byte w ) : System.Runtime.InteropServices
x byte
y byte
z byte
w byte
리턴 System.Runtime.InteropServices

Byte4() 공개 메소드

public Byte4 ( int x, int y, int z, int w ) : System.Runtime.InteropServices
x int
y int
z int
w int
리턴 System.Runtime.InteropServices

프로퍼티 상세

W 공개적으로 프로퍼티

public byte W
리턴 byte

X 공개적으로 프로퍼티

public byte X
리턴 byte

Y 공개적으로 프로퍼티

public byte Y
리턴 byte

Z 공개적으로 프로퍼티

public byte Z
리턴 byte