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

◆ IsNegative() [2/3]

static bool IFloatingPoint< Half >. System.Half.IsNegative ( Half x)
inlinestatic

Definition at line 986 of file Half.cs.

987 {
988 return IsNegative(x);
989 }
static bool IsNegative(Half value)
Definition Half.cs:175

References System.Half.IsNegative().