public void SingleToShort(float raw, short converted) { Assert.AreEqual(converted, NiftiIO.SingleToShort(raw)); }
public void SingleToByte(float raw, byte converted) { Assert.AreEqual(converted, NiftiIO.SingleToByte(raw)); }