XMVector4IsInfinite-Funktion (directxmath.h)

Testet, ob eine Komponente eines 4D-Vektors positive oder negative Unendlichkeit ist.

Syntax

bool XM_CALLCONV XMVector4IsInfinite(
  [in] FXMVECTOR V
) noexcept;

Parameter

[in] V

4D-Vektor.

Rückgabewert

Gibt true zurück, wenn eine Komponente von V positiv oder negativ unendlich ist, andernfalls false.

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

Anforderung Wert
Zielplattform Windows
Kopfzeile directxmath.h (einschließlich DirectXMath.h)

Weitere Informationen

DirectXMath Library 4D-Vektorvergleichsfunktionen