Accord.Tests.Imaging.MatrixToImageTest.MatrixToImageConstructorTest C# (CSharp) Method

MatrixToImageConstructorTest() private method

private MatrixToImageConstructorTest ( ) : void
return void
        public void MatrixToImageConstructorTest()
        {
            MatrixToImage target = new MatrixToImage();
            Assert.AreEqual(0, target.Min);
            Assert.AreEqual(1, target.Max);
        }