XMVectorGreaterOrEqualR 函式 (directxmath.h)
針對兩個向量之間的大於或相等執行個別元件測試,並設定可使用 XMComparisonAllTrue 等函式檢查的比較值。
語法
XMVECTOR XM_CALLCONV XMVectorGreaterOrEqualR(
[out] uint32_t *pCR,
[in] FXMVECTOR V1,
[in] FXMVECTOR V2
) noexcept;
參數
[out] pCR
uint32_t比較值的指標,可使用 XMComparisonAllTrue 等函式進行檢查。 函 XMComparisonXXXX
式可用來進一步測試通過比較的元件數目。
[in] V1
要比較的第一個向量。
[in] V2
要比較的第二個向量。
傳回值
傳回包含每個元件測試結果的向量。
備註
平臺需求
Microsoft Visual Studio 2010 或 Microsoft Visual Studio 2012 搭配 Windows SDK for Windows 8。 支援 Win32 傳統型應用程式、Windows 市集應用程式和 Windows Phone 8 個應用程式。規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | directxmath.h (包含 DirectXMath.h) |