Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsNegativeInfinity() [1/3]

static bool System.Single.IsNegativeInfinity ( float f)
inlinestatic

Definition at line 104 of file Single.cs.

105 {
106 return f == float.NegativeInfinity;
107 }

Referenced by System.Single.IsNegativeInfinity().