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

◆ IsNegativeInfinity() [2/3]

static bool IFloatingPoint< double >. System.Double.IsNegativeInfinity ( double d)
inlinestatic

Definition at line 819 of file Double.cs.

820 {
821 return IsNegativeInfinity(d);
822 }
static bool IsNegativeInfinity(double d)
Definition Double.cs:104

References System.Double.IsNegativeInfinity().