Esempio n. 1
0
 public void Write(UInt6 value) => WriteInternal(value);
Esempio n. 2
0
 public bool Equals(UInt6 other) => _value == other._value && !_sign;
Esempio n. 3
0
 /// <summary>
 /// Write a 6 bit integer
 /// </summary>
 /// <param name="value"></param>
 public void Write(UInt6 value) => BaseStream.Write(value);