XMVectorExp 函式 (directxmath.h)
計算兩個引發至每個元件的電源。
注意此函式是現有 Windows 8 程式代碼之 XMVectorExp2 的相容性別名。 此函式已被取代為 Windows 8.1。 請勿使用它,而是使用 XMVectorExp2 或 XMVectorExpE。
語法
XMVECTOR XM_CALLCONV XMVectorExp(
[in] FXMVECTOR V
) noexcept;
參數
[in] V
用於基底兩個指數的向量。
傳回值
傳回向量,其元件是兩個引發至 V 對應元件的乘冪。
備註
平臺需求
Microsoft Visual Studio 2010 或 Microsoft Visual Studio 2012 搭配 Windows SDK for Windows 8。 支援 Win32 傳統型應用程式、Windows 市集應用程式和 Windows Phone 8 個應用程式。規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | directxmath.h (包含 DirectXMath.h) |