C# Class Dwarrowdelf.SByte4

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
SByte4 ( int x, int y, int z, int w ) : System.Runtime.InteropServices
SByte4 ( sbyte x, sbyte y, sbyte z, sbyte w ) : System.Runtime.InteropServices

Method Details

SByte4() public méthode

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

SByte4() public méthode

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

Property Details

W public_oe property

public sbyte W
Résultat sbyte

X public_oe property

public sbyte X
Résultat sbyte

Y public_oe property

public sbyte Y
Résultat sbyte

Z public_oe property

public sbyte Z
Résultat sbyte