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