Property | Type | Description | |
---|---|---|---|
Blittable8 | System |
Method | Description | |
---|---|---|
Blittable8 ( System.DateTime value ) : System |
Initializes a new instance of the Blittable8 struct.
|
|
Blittable8 ( System.TimeSpan value ) : System |
Initializes a new instance of the Blittable8 struct.
|
|
Blittable8 ( [ floats ) : System |
Initializes a new instance of the Blittable8 struct from an array of float.
|
|
Blittable8 ( [ floats, long offset ) : System |
Initializes a new instance of the Blittable8 struct from an array of float.
|
|
Blittable8 ( byte byte0, byte byte1, byte byte2, byte byte3, byte byte4, byte byte5, byte byte6, byte byte7 ) : System |
Initializes a new instance of the Blittable8 struct.
|
|
Blittable8 ( double value ) : System |
Initializes a new instance of the Blittable8 struct.
|
|
Blittable8 ( float float0, float float1 ) : System |
Initializes a new instance of the Blittable8 struct.
|
|
Blittable8 ( int int0, int int1 ) : System |
Initializes a new instance of the Blittable8 struct.
|
|
Blittable8 ( long value ) : System |
Initializes a new instance of the Blittable8 struct.
|
|
Blittable8 ( sbyte sbyte0, sbyte sbyte1, sbyte sbyte2, sbyte sbyte3, sbyte sbyte4, sbyte sbyte5, sbyte sbyte6, sbyte sbyte7 ) : System |
Initializes a new instance of the Blittable8 struct.
|
|
Blittable8 ( short short0, short short1, short short2, short short3 ) : System |
Initializes a new instance of the Blittable8 struct.
|
|
Blittable8 ( uint uint0, uint uint1 ) : System |
Initializes a new instance of the Blittable8 struct.
|
|
Blittable8 ( ulong value ) : System |
Initializes a new instance of the Blittable8 struct.
|
|
Blittable8 ( ushort ushort0, ushort ushort1, ushort ushort2, ushort ushort3 ) : System |
Initializes a new instance of the Blittable8 struct.
|
Method | Description | |
---|---|---|
Blittable8 ( bytes bytes ) : System |
Performs an explicit conversion from T:byte[] to Blittable8.
|
public Blittable8 ( System.DateTime value ) : System | ||
value | System.DateTime | The value. |
return | System |
public Blittable8 ( System.TimeSpan value ) : System | ||
value | System.TimeSpan | The value. |
return | System |
public Blittable8 ( [ floats ) : System | ||
floats | [ | The values array. |
return | System |
public Blittable8 ( [ floats, long offset ) : System | ||
floats | [ | The values array. |
offset | long | The offset into the array. |
return | System |
public Blittable8 ( byte byte0, byte byte1, byte byte2, byte byte3, byte byte4, byte byte5, byte byte6, byte byte7 ) : System | ||
byte0 | byte | The 0th |
byte1 | byte | The 1st |
byte2 | byte | The 2nd |
byte3 | byte | The 3rd |
byte4 | byte | The 4th |
byte5 | byte | The 5th |
byte6 | byte | The 6th |
byte7 | byte | The 7th |
return | System |
public Blittable8 ( double value ) : System | ||
value | double | The value. |
return | System |
public Blittable8 ( float float0, float float1 ) : System | ||
float0 | float | The 0th |
float1 | float | The 1st |
return | System |
public Blittable8 ( int int0, int int1 ) : System | ||
int0 | int | The 0th |
int1 | int | The 1st |
return | System |
public Blittable8 ( long value ) : System | ||
value | long | The value. |
return | System |
public Blittable8 ( sbyte sbyte0, sbyte sbyte1, sbyte sbyte2, sbyte sbyte3, sbyte sbyte4, sbyte sbyte5, sbyte sbyte6, sbyte sbyte7 ) : System | ||
sbyte0 | sbyte | The 0th |
sbyte1 | sbyte | The 1st |
sbyte2 | sbyte | The 2nd |
sbyte3 | sbyte | The 3rd |
sbyte4 | sbyte | The 4th |
sbyte5 | sbyte | The 5th |
sbyte6 | sbyte | The 6th |
sbyte7 | sbyte | The 7th |
return | System |
public Blittable8 ( short short0, short short1, short short2, short short3 ) : System | ||
short0 | short | The 0th |
short1 | short | The 1st |
short2 | short | The 2nd |
short3 | short | The 3rd |
return | System |
public Blittable8 ( uint uint0, uint uint1 ) : System | ||
uint0 | uint | The 0th |
uint1 | uint | The 1st |
return | System |
public Blittable8 ( ulong value ) : System | ||
value | ulong | The value. |
return | System |
public Blittable8 ( ushort ushort0, ushort ushort1, ushort ushort2, ushort ushort3 ) : System | ||
ushort0 | ushort | The 0th |
ushort1 | ushort | The 1st |
ushort2 | ushort | The 2nd |
ushort3 | ushort | The 3rd |
return | System |