Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsNegative()
[2/3]
static
bool
IFloatingPoint
< float >. System.Single.IsNegative
(
float
x
)
inline
static
Definition at line
813
of file
Single.cs
.
814
{
815
return
IsNegative
(x);
816
}
System.Single.IsNegative
static bool IsNegative(float f)
Definition
Single.cs:97
References
System.Single.IsNegative()
.
System
Single
Generated by
1.10.0