public void TestPresentationLut() { var lut = new MockPresentationLut(i => (int)(1.3 * i + 0.5)); lut.AssertLookupValues(-1000, 1000); }
public void TestPresentationLut() { var lut = new MockPresentationLut(i => (int) (1.3*i + 0.5)); lut.AssertLookupValues(-1000, 1000); }