Свойство | Тип | Описание | |
---|---|---|---|
Blittable4 | System.Runtime.InteropServices |
Метод | Описание | |
---|---|---|
Blittable4 ( [ ushorts ) : System.Runtime.InteropServices |
Initializes a new instance of the Blittable4 struct from an array of ushort
|
|
Blittable4 ( [ ushorts, long offset ) : System.Runtime.InteropServices |
Initializes a new instance of the Blittable4 struct from an array of ushort.
|
|
Blittable4 ( byte byte0, byte byte1, byte byte2, byte byte3 ) : System.Runtime.InteropServices |
Initializes a new instance of the Blittable4 struct.
|
|
Blittable4 ( float value ) : System.Runtime.InteropServices |
Initializes a new instance of the Blittable4 struct.
|
|
Blittable4 ( int value ) : System.Runtime.InteropServices |
Initializes a new instance of the Blittable4 struct.
|
|
Blittable4 ( sbyte sbyte0, sbyte sbyte1, sbyte sbyte2, sbyte sbyte3 ) : System.Runtime.InteropServices |
Initializes a new instance of the Blittable4 struct.
|
|
Blittable4 ( short short0, short short1 ) : System.Runtime.InteropServices |
Initializes a new instance of the Blittable4 struct.
|
|
Blittable4 ( uint value ) : System.Runtime.InteropServices |
Initializes a new instance of the Blittable4 struct.
|
|
Blittable4 ( ushort ushort0, ushort ushort1 ) : System.Runtime.InteropServices |
Initializes a new instance of the Blittable4 struct.
|
Метод | Описание | |
---|---|---|
Blittable4 ( bytes bytes ) : System.Runtime.InteropServices |
Performs an explicit conversion from T:byte[] to Blittable4.
|
public Blittable4 ( [ ushorts ) : System.Runtime.InteropServices | ||
ushorts | [ | The ushorts array. |
Результат | System.Runtime.InteropServices |
public Blittable4 ( [ ushorts, long offset ) : System.Runtime.InteropServices | ||
ushorts | [ | The ushorts array. |
offset | long | The offset into the array. |
Результат | System.Runtime.InteropServices |
public Blittable4 ( byte byte0, byte byte1, byte byte2, byte byte3 ) : System.Runtime.InteropServices | ||
byte0 | byte | The 0th |
byte1 | byte | The 1st |
byte2 | byte | The 2nd |
byte3 | byte | The 3rd |
Результат | System.Runtime.InteropServices |
public Blittable4 ( float value ) : System.Runtime.InteropServices | ||
value | float | The value. |
Результат | System.Runtime.InteropServices |
public Blittable4 ( int value ) : System.Runtime.InteropServices | ||
value | int | The value. |
Результат | System.Runtime.InteropServices |
public Blittable4 ( sbyte sbyte0, sbyte sbyte1, sbyte sbyte2, sbyte sbyte3 ) : System.Runtime.InteropServices | ||
sbyte0 | sbyte | The 0th |
sbyte1 | sbyte | The 1st |
sbyte2 | sbyte | The 2nd |
sbyte3 | sbyte | The 3rd |
Результат | System.Runtime.InteropServices |
public Blittable4 ( short short0, short short1 ) : System.Runtime.InteropServices | ||
short0 | short | The 0th |
short1 | short | The 1st |
Результат | System.Runtime.InteropServices |
public Blittable4 ( uint value ) : System.Runtime.InteropServices | ||
value | uint | The value. |
Результат | System.Runtime.InteropServices |
public Blittable4 ( ushort ushort0, ushort ushort1 ) : System.Runtime.InteropServices | ||
ushort0 | ushort | The 0th |
ushort1 | ushort | The 1st |
Результат | System.Runtime.InteropServices |