operator XMVECTOR method

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

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

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 XMVECTORU32.

Requirements

Namespace

Use DirectX.

Header

DirectXMath.h

See also

XMVECTORU32 Operators

Reference

XMVECTORU32 Data Type