Freigeben über


XMMatrixIsNaN-Funktion (directxmath.h)

Testet, ob eines der Elemente einer Matrix NaN ist.

Syntax

bool XM_CALLCONV XMMatrixIsNaN(
  [in] FXMMATRIX M
) noexcept;

Parameter

[in] M

Zu testende Matrix.

Rückgabewert

Gibt true zurück, wenn ein Element von M NaN 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

   
Zielplattform Windows
Kopfzeile directxmath.h

Weitere Informationen

Matrixfunktionen der DirectXMath-Bibliothek