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