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

◆ IsNaNOrZero()

static bool System.Half.IsNaNOrZero ( Half value)
inlinestaticprivate

Definition at line 291 of file Half.cs.

292 {
293 return ((value._value - 1) & -32769) >= 31744;
294 }

References System.value.

Referenced by System.Half.GetHashCode().