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

◆ MaskHigh()

static byte System.Net.Http.HPack.IntegerEncoder.MaskHigh ( int n)
inlinestaticprivate

Definition at line 42 of file IntegerEncoder.cs.

43 {
44 return (byte)(-128 >> n - 1);
45 }

Referenced by System.Net.Http.HPack.IntegerEncoder.Encode().