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

◆ IsNegativeInfinity() [2/3]

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

Definition at line 992 of file Half.cs.

993 {
994 return IsNegativeInfinity(x);
995 }
static bool IsNegativeInfinity(Half value)
Definition Half.cs:180

References System.Half.IsNegativeInfinity().