Share via


operator XMVECTOR method

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

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

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

Requirements

Namespace

Use DirectX.

Header

DirectXMath.h

See also

XMVECTORI32 Operators

Reference

XMVECTORI32 Data Type