Click or drag to resize

MathfIsInf Method

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
C#
public static bool IsInf(
	float s
)

Parameters

s
Type: SystemSingle
The value to check.

Return Value

Type: Boolean
A bool for whether or not the value is an infinity value.
See Also