Esempio n. 1
0
 public void NotInt32()
 {
     Assert.AreEqual(~270, GenericMath.Not(270));
 }