Esempio n. 1
0
 public void WriteUInt40(UInt64 value)
 {
     this.WriteBytes(Binary.WriteUInt40(value, this._endianness));
 }