Returns whether `s` is a `NaN` ("Not a Number" or invalid) value.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public static bool IsNaN(
float s
)
Parameters
- s
- Type: SystemSingle
The value to check.
Return Value
Type:
BooleanA bool for whether or not the value is a `NaN` value.
See Also