C# Class Dwarrowdelf.Byte4

Show file Open project: tomba/dwarrowdelf Class Usage Examples

Public Properties

Property Type Description
W byte
X byte
Y byte
Z byte

Public Methods

Method Description
Byte4 ( byte x, byte y, byte z, byte w ) : System.Runtime.InteropServices
Byte4 ( int x, int y, int z, int w ) : System.Runtime.InteropServices

Method Details

Byte4() public method

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

Byte4() public method

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

Property Details

W public property

public byte W
return byte

X public property

public byte X
return byte

Y public property

public byte Y
return byte

Z public property

public byte Z
return byte