private const ushort MinPrimaryFull = 192;
private const ushort MinPrimaryValue = 0;
private const ushort MaxPrimaryFull = 231;
private const ushort MaxPrimaryValue = 39;
private const ushort MinSecondaryFull = 128;
private const ushort MinSecondaryValue = 0;
private const ushort MaxSecondaryFull = 255;
private const ushort MaxSecondaryValue = 255;
public static void Main()
byte secondaryByte = 255;
Console.WriteLine(((primaryByte - MinPrimaryFull) + 1));
Console.WriteLine(((secondaryByte) + 1));