示例#1
0
        private static void Test7()
        {
            var fixture = new DoubleFixture();

            fixture.CeqR8R8(200, 100);
        }
示例#2
0
        private static void Test6()
        {
            var fixture = new DoubleFixture();

            fixture.AddR8R8(200, 100);
        }
示例#3
0
        private static void Test8()
        {
            var fixture = new DoubleFixture();

            fixture.IsNaN(Double.NaN);
        }