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

◆ AreZero()

static bool System.Half.AreZero ( Half left,
Half right )
inlinestaticprivate

Definition at line 286 of file Half.cs.

287 {
288 return (ushort)((left._value | right._value) & -32769) == 0;
289 }

References System.Half._value.

Referenced by System.Half.Equals(), System.Half.operator<(), System.Half.operator<=(), and System.Half.operator==().