mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Add IsFinite to C# Variants
This commit is contained in:
@@ -494,7 +494,7 @@
|
||||
<return type="bool" />
|
||||
<param index="0" name="x" type="float" />
|
||||
<description>
|
||||
Returns whether [code]x[/code] is a finite value, i.e. it is not [constant @GDScript.NAN], positive infinity, or negative infinity.
|
||||
Returns whether [param x] is a finite value, i.e. it is not [constant @GDScript.NAN], positive infinity, or negative infinity.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_inf">
|
||||
|
||||
Reference in New Issue
Block a user