Example #1
0
        public void BlendTest()
        {
            MathLibrary ml = new MathLibrary();

            MathTestTriple("f:blend", (x, y, z) => { return(ml.Blend(x, y, z)); });
        }