コード例 #1
0
 public int GetSIntAt(byte[] buffer, int pos) => SharedCode.GetSIntAtPosition(buffer, pos);
コード例 #2
0
 public void SetBitAt(byte[] buffer, int bitPos, bool value) => SharedCode.SetBitAtPosition(buffer, bitPos, value);
コード例 #3
0
 public bool GetBitAt(byte[] buffer, int bitPos) => SharedCode.GetBitAtPosition(buffer, bitPos);