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