XMUBYTE2 constructors
Constructors exposed by XMUBYTE2
.
Constructs instances of the XMUBYTE2 structure.
Note
The constructors listed here are only available with C++.
Overload list
Constructor | Description |
---|---|
XMUBYTE2 () | Default constructor for XMUBYTE2 .Default constructor for XMUBYTE2. Note: This constructor is only available with C++. |
XMUBYTE2 (float,float) | Initializes a new instance of XMUBYTE2 from two float arguments.This constructor initializes a new instance of XMUBYTE2 from two float arguments.Note: This constructor is only available with C++. |
*XMUBYTE2 (const float)** | Initializes a new instance of XMUBYTE2 from a two-element float array argument.This constructor initializes a new instance of XMUBYTE2 from a two-element float array argument.Note: This constructor is only available with C++. |
*XMUBYTE2 (const uint8_t)** | Initializes a new instance of XMUBYTE2 from a two-element int8_t array argument.This constructor initializes a new instance of XMUBYTE2 from a two-element int8_t array argument.Note: This constructor is only available with C++. |
XMUBYTE2 (uint8_t,uint8_t) | Initializes a new instance of XMUBYTE2 from two int8_t arguments.This constructor initializes a new instance of XMUBYTE2 from two uint8_t arguments.Note: This constructor is only available with C++. |
See also
-
Reference