共用方式為


XMVectorShiftLeft 範本

將向量向左移 32 位元素的指定數目,以第二個向量中的元素填滿空的元素。

語法

template<uint32_t Elements> XMVECTOR XMVectorShiftLeft(
  [in]  XMVECTOR V1,
  [in]  XMVECTOR V2
);

參數

V1

[in]向量向左移。

V2

[in]向量,用來在 V1 向左移位之後填入 V1 的空出元件。

傳回值

傳回移位並填入 XMVECTOR

備註

此函式是 XMVectorShiftLeft 的範本版本,其中 Elements 引數是範本值。

注意

XMVectorShiftLeft 範本是 DirectXMath 的新功能,不適用於 XNAMath 2.x。

 

命名空間:使用 DirectX

平台需求

Microsoft Visual Studio 2010 或 Microsoft Visual Studio 2012 與 Windows SDK for Windows 8。 支援 Win32 傳統型應用程式、Windows 市集應用程式和 Windows Phone 8 個應用程式。

規格需求

需求
標頭
DirectXMath.h

另請參閱

DirectXMath 程式庫範本函式

XMVectorPermute

XMVectorRotateLeft

XMVectorRotateRight