XMVectorLog 函数 (directxmath.h)

计算向量的每个分量的两个基对数。

注意此函数是现有Windows 8代码的 XMVectorLog2 的兼容性别名。 此函数已弃用Windows 8.1。 请勿使用它,而是使用 XMVectorLog2XMVectorLogE

 

语法

XMVECTOR XM_CALLCONV XMVectorLog(
  [in] FXMVECTOR V
) noexcept;

参数

[in] V

要计算其基础两对数的向量。

返回值

返回一个向量,其组件是 V 的相应组件的两个基数。

注解

平台要求

Microsoft Visual Studio 2010 或 Microsoft Visual Studio 2012 与 Windows 8 Windows SDK。 支持 Win32 桌面应用、Windows 应用商店应用和 Windows Phone 8 应用。

要求

要求
目标平台 Windows
标头 directxmath.h (包括 DirectXMath.h)

另请参阅

超越向量函数