Пример #1
0
 public void SingleToShort(float raw, short converted)
 {
     Assert.AreEqual(converted, NiftiIO.SingleToShort(raw));
 }
Пример #2
0
 public void SingleToByte(float raw, byte converted)
 {
     Assert.AreEqual(converted, NiftiIO.SingleToByte(raw));
 }