isfinite
- Artykuł
-
-
Determines if the specified floating-point value is finite.
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 finite; 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)