operator __m128i method
Returns the object implementing the current instance of XMVECTORU8 cast to a __m128i instance of [Windows systems supporting SSE Only]
Note This operator is only available for Windows C++ based development.
c++
__m128i operator __m128i() const;
This method has no parameters.
The underlying implementation object for an instance of XMVECTORU8 cast to a __m128i instance.
Namespace |
Use DirectX. |
Header |
DirectXMath.h |
Reference