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