MCAEmotiv.Interop.EEGDataEntry.GetHashCode C# (CSharp) Метод

GetHashCode() публичный Метод

Returns a hashcode for this entry
public GetHashCode ( ) : int
Результат int
        public override int GetHashCode()
        {
            return unchecked(this.Marker * this.TimeStamp * this.RelativeTimeStamp);
        }