XMVectorRound 函数 (directxmath.h)

将向量的每个分量舍入为最接近的偶数整数 (称为“银行家舍入”) 。

语法

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

参数

[in] V

其组件应舍入的向量。

返回值

返回一个向量,其每个分量都舍入为最接近的整数。

注解

使用 Banker 的舍入,因为它是 SSE4 和 ARMv8 NEON 的本机矢量舍入内部方法。

平台要求

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

要求

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

另请参阅

向量算术函数