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

◆ IsNegativeInfinity() [1/3]

static bool System.Double.IsNegativeInfinity ( double d)
inlinestatic

Definition at line 104 of file Double.cs.

105 {
106 return d == double.NegativeInfinity;
107 }

Referenced by System.Double.IsNegativeInfinity().