Skip to main content

is_finite

Function is_finite 

pub fn is_finite(x: f64) -> bool
Expand description

Returns whether x is a finite value, i.e. it is not @GDScript.NAN, positive infinity, or negative infinity. See also [method is_inf] and [method is_nan].