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

◆ IsNegativeInfinity() [1/3]

static bool System.Half.IsNegativeInfinity ( Half value)
inlinestatic

Definition at line 180 of file Half.cs.

181 {
182 return value._value == 64512;
183 }

Referenced by System.Half.IsNegativeInfinity().