SDL_isinff - Return whether the value is infinity.
Contents
Availability
This function is available since SDL 3.2.0.
Function Parameters
x floating point value.
Header File
Defined in SDL3/SDL_stdinc.h
Name
SDL_isinff - Return whether the value is infinity.
Return Value
Returns non-zero if the value is infinity, 0 otherwise.
See Also
•(3), SDL_isinf(3) Simple Directmedia Layer SDL 3.2.10 SDL_isinff(3)
Synopsis
#include"SDL3/SDL.h"intSDL_isinff(floatx);
Thread Safety
It is safe to call this function from any thread.
