UtilIsNaN Method (Vector3) |
Are any of the elements of a
Vector3 a
NaN?
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 18.04.00
Syntaxpublic static bool IsNaN(
Vector3 v
)
Parameters
- v
- Type: Microsoft.DirectXVector3
Input Vector3.
Return Value
Type:
BooleanTrue if any element is a
NaN, false otherwise.
See Also