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

◆ IsPositiveInfinity() [1/3]

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

Definition at line 195 of file Half.cs.

196 {
197 return value._value == 31744;
198 }

Referenced by System.Half.IsPositiveInfinity().