Skip to content

IsValidNumber

Name Mandatory Description Default Type
⬅️ Input The floating-point number to be checked. Float
Output ➡️ Outputs true if the input is a valid normal floating-point number, otherwise outputs false. Bool

Checks if the input is a valid floating-point number (not zero, subnormal, infinity, or NaN). Outputs true if the input is a normal floating-point number, otherwise outputs false.