isnan
- Article
-
-
Determines if the specified value is NAN or QNAN.
Parameters
Item |
Description |
x
|
[in] The specified value.
|
Return Value
Returns a value of the same size as the input, with a value set to True if the x parameter is NAN or QNAN. Otherwise, False.
Type Description
Minimum Shader Model
This function is supported in the following shader models.
Requirements
Requirement |
Value |
Header
|
- Corecrt_math.h
|
See also
-
Intrinsic Functions (DirectX HLSL)