Esempio n. 1
0
 public static uint Calculate(int[] values) => CRC.Calculate(values.Length, values, 0);
Esempio n. 2
0
 /// <inheritdoc />
 public override int GetHashCode()
 {
     return((int)CRC.Calculate(this.length, this.x, this.offset));
 }
Esempio n. 3
0
 /// <inheritdoc />
 public override int GetHashCode()
 {
     return((int)(CRC.Calculate(this.Idx.Length, this.Idx, 0) & CRC.Calculate(this.Idx.Length, this.X, 0)));
 }
Esempio n. 4
0
 /// <inheritdoc />
 public override int GetHashCode()
 {
     return((int)CRC.Calculate(this.x));
 }