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)
inlinestatic

Definition at line 813 of file Single.cs.

814 {
815 return IsNegative(x);
816 }
static bool IsNegative(float f)
Definition Single.cs:97

References System.Single.IsNegative().