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

◆ IsNegative() [1/3]

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

Definition at line 97 of file Double.cs.

98 {
99 return BitConverter.DoubleToInt64Bits(d) < 0;
100 }

References System.BitConverter.DoubleToInt64Bits().

Referenced by System.Double.IsNegative().