MCAEmotiv.Interop.EEGDataEntry.GetHashCode C# (CSharp) Method

GetHashCode() public method

Returns a hashcode for this entry
public GetHashCode ( ) : int
return int
        public override int GetHashCode()
        {
            return unchecked(this.Marker * this.TimeStamp * this.RelativeTimeStamp);
        }