Freigeben über


operator XMVECTOR method

Returns the instance of XMVECTOR implementing the current instance of XMVECTORU8.

The operator XMVECTOR returns the instance of XMVECTOR implementing the current instance of XMVECTORU8.

Note  This operator is only available for C++ based development.

 

Syntax

XMVECTOR operator XMVECTOR() const;

Parameters

This method has no parameters.

Return value

The instance of XMVECTOR implementing the current instance of XMVECTORU8.

Requirements

Namespace

Use DirectX.

Header

DirectXMath.h

See also

Reference

XMVECTORU8 Data Type