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

◆ IsNegative() [2/3]

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

Definition at line 813 of file Double.cs.

814 {
815 return IsNegative(d);
816 }
static bool IsNegative(double d)
Definition Double.cs:97

References System.Double.IsNegative().