XMVector2NotEqualInt-Funktion (directxmath.h)

Testen Sie, ob zwei Vektoren ungleich sind, und behandeln Sie jede Komponente als ganze Zahl ohne Vorzeichen.

Syntax

bool XM_CALLCONV XMVector2NotEqualInt(
  [in] FXMVECTOR V1,
  [in] FXMVECTOR V2
) noexcept;

Parameter

[in] V1

2D-Vektor.

[in] V2

2D-Vektor.

Rückgabewert

Gibt true zurück, wenn die 2D-Vektoren nicht gleich und andernfalls false sind.

Hinweise

Plattformanforderungen

Microsoft Visual Studio 2010 oder Microsoft Visual Studio 2012 mit dem Windows SDK für Windows 8. Unterstützt für Win32-Desktop-Apps, Windows Store-Apps und Windows Phone 8-Apps.

Anforderungen

   
Zielplattform Windows
Kopfzeile directxmath.h (DirectXMath.h einschließen)

Weitere Informationen

2D-Vektorvergleichsfunktionen der DirectXMath-Bibliothek