Returns whether `s` is an infinity value (either positive infinity or negative infinity).
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public static bool IsInf(
float s
)
Parameters
- s
- Type: SystemSingle
The value to check.
Return Value
Type:
BooleanA bool for whether or not the value is an infinity value.
See Also