Exemple #1
0
 public bool Equals(Int24 other) => _value == other._value && !other._sign;
 public void Write(Int24 value) => WriteInternal(value);
Exemple #3
0
 /// <summary>
 /// Write a 24 bit integer
 /// </summary>
 /// <param name="value"></param>
 public void Write(Int24 value) => BaseStream.Write(value);