Loe inglise keeles

Jagamisviis:


operator XMVECTOR method

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

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

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

 

Syntax

c++
XMVECTOR operator XMVECTOR() const;

Parameters

This method has no parameters.

Return value

The instance of XMVECTOR implementing the current instance of XMVECTORF32.

Requirements

Namespace

Use DirectX.

Header

DirectXMath.h

See also

XMVECTORF32 Operators

Reference

XMVECTORF32 Data Type