C# Class Dwarrowdelf.SByte4

Exibir arquivo Open project: tomba/dwarrowdelf Class Usage Examples

Public Properties

Property Type Description
W sbyte
X sbyte
Y sbyte
Z sbyte

Public Methods

Method 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 method

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

SByte4() public method

public SByte4 ( sbyte x, sbyte y, sbyte z, sbyte w ) : System.Runtime.InteropServices
x sbyte
y sbyte
z sbyte
w sbyte
return System.Runtime.InteropServices

Property Details

W public_oe property

public sbyte W
return sbyte

X public_oe property

public sbyte X
return sbyte

Y public_oe property

public sbyte Y
return sbyte

Z public_oe property

public sbyte Z
return sbyte