Свойство | Тип | Описание | |
---|---|---|---|
W | sbyte | ||
X | sbyte | ||
Y | sbyte | ||
Z | sbyte |
Метод | Описание | |
---|---|---|
SByte4 ( int x, int y, int z, int w ) : System.Runtime.InteropServices | ||
SByte4 ( sbyte x, sbyte y, sbyte z, sbyte w ) : System.Runtime.InteropServices |
public SByte4 ( int x, int y, int z, int w ) : System.Runtime.InteropServices | ||
x | int | |
y | int | |
z | int | |
w | int | |
Результат | System.Runtime.InteropServices |
public SByte4 ( sbyte x, sbyte y, sbyte z, sbyte w ) : System.Runtime.InteropServices | ||
x | sbyte | |
y | sbyte | |
z | sbyte | |
w | sbyte | |
Результат | System.Runtime.InteropServices |