Click or drag to resize

MathfIsNaN Method

Returns whether `s` is a `NaN` ("Not a Number" or invalid) value.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static bool IsNaN(
	float s
)

Parameters

s
Type: SystemSingle
The value to check.

Return Value

Type: Boolean
A bool for whether or not the value is a `NaN` value.
See Also