XMBYTE2 constructors

Constructors exposed by XMBYTE2.

Constructs instances of the XMBYTE2 structure.

Note

The constructors listed here are only available with C++.

 

Overload list

Constructor Description
XMBYTE2 () Default constructor for XMBYTE2.
Default constructor for XMBYTE2.
Note: This constructor is only available with C++.
XMBYTE2 (float,float) Initializes a new instance of XMBYTE2 from two float arguments.
This constructor initializes a new instance of XMBYTE2 from two float arguments.
Note: This constructor is only available with C++.
*XMBYTE2 (const float)** Initializes a new instance of XMBYTE2 from a two-element float array argument.
This constructor initializes a new instance of XMBYTE2 from a two-element float array argument.
Note: This constructor is only available with C++.
XMBYTE2 (int8_t,int8_t) Initializes a new instance of XMBYTE2 from XMBYTE2 int8_t arguments.
This constructor initializes a new instance of XMBYTE2 from XMBYTE2 int8_t arguments.
Note: This constructor is only available with C++.
*XMBYTE2 (const int8_t)** Initializes a new instance of XMBYTE2 from a two-element int8_t array argument.
This constructor initializes a new instance of XMBYTE2 from a two-element int8_t array argument.
Note: This constructor is only available with C++.

See also

XMBYTE2 Extensions

Reference

XMBYTE2