示例#1
0
 /// <summary>
 /// 哈希表
 /// </summary>
 /// <returns></returns>
 public override int GetHashCode()
 {
     return Time.GetHashCode() * 3
        + ClockBias.GetHashCode() * 5
        + ClockDrift.GetHashCode() * 13
        ;
 }