Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsNegativeInfinity()
[2/3]
static
bool
IFloatingPoint
< float >. System.Single.IsNegativeInfinity
(
float
x
)
inline
static
Definition at line
819
of file
Single.cs
.
820
{
821
return
IsNegativeInfinity
(x);
822
}
System.Single.IsNegativeInfinity
static bool IsNegativeInfinity(float f)
Definition
Single.cs:104
References
System.Single.IsNegativeInfinity()
.
System
Single
Generated by
1.10.0