Esempio n. 1
0
 public void Abs(long ticks)
 {
     Assert.Equal(new TimePoint(Math.Abs(ticks)), TimePoint.Abs(new TimePoint(ticks)));
 }