Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformMath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsNaN
(
float A |
Return true if value is NaN (not a number). | GenericPlatform/GenericPlatformMath.h | |
static bool IsNaN
(
double A |
GenericPlatform/GenericPlatformMath.h |
IsNaN(float)
Description
Return true if value is NaN (not a number).
| Name | IsNaN |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMath.h |
| Include Path | #include "GenericPlatform/GenericPlatformMath.h" |
static bool IsNaN
(
float A
)
IsNaN(double)
| Name | IsNaN |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMath.h |
| Include Path | #include "GenericPlatform/GenericPlatformMath.h" |
static bool IsNaN
(
double A
)