C# Class Dwarrowdelf.Byte4

Afficher le fichier Open project: tomba/dwarrowdelf Class Usage Examples

Méthodes publiques

Свойство Type Description
W byte
X byte
Y byte
Z byte

Méthodes publiques

Méthode 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 méthode

public Byte4 ( byte x, byte y, byte z, byte w ) : System.Runtime.InteropServices
x byte
y byte
z byte
w byte
Résultat System.Runtime.InteropServices

Byte4() public méthode

public Byte4 ( int x, int y, int z, int w ) : System.Runtime.InteropServices
x int
y int
z int
w int
Résultat System.Runtime.InteropServices

Property Details

W public_oe property

public byte W
Résultat byte

X public_oe property

public byte X
Résultat byte

Y public_oe property

public byte Y
Résultat byte

Z public_oe property

public byte Z
Résultat byte