共用方式為


XMVectorSplatConstant 函式 (directxmath.h)

建立具有相同浮點元件的向量。 每個元件都是一個常數,除以兩個引發至整數指數。

語法

XMVECTOR XM_CALLCONV XMVectorSplatConstant(
  [in] int32_t  IntConstant,
  [in] uint32_t DivExponent
) noexcept;

參數

[in] IntConstant

此值會轉換成浮點數,並除以兩個引發至 DivExponent 電源。 結果會復寫至傳回向量的每個元件。

IntConstant 的值必須滿足: -16 <= IntConstant<=15。

注意 此參數必須是 (立即值) 而非變數的數位。
 

[in] DivExponent

描述套用至商數的指數。 此參數必須是 (立即值) 而非變數的數位。

傳回值

傳回具有相同浮點元件的 XMVECTOR 。 每個元件都是一個常數,除以兩個引發至整數指數。

備註

平臺需求

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

規格需求

需求
目標平台 Windows
標頭 directxmath.h

另請參閱

向量初始化函式

XMVectorSetBinaryConstant

XMVectorSetInt

XMVectorSplatConstantInt