示例#1
0
        public bool IsEvenTest03(float?value)
        {
            bool result = FloatingPointNumberParityTestingExtension.IsEven(value);

            return(result);
            // TODO: add assertions to method FloatingPointNumberParityTestingExtensionTests.IsEvenTest03(Nullable`1<Single>)
        }
示例#2
0
        public bool IsEvenTest(double value)
        {
            bool result = FloatingPointNumberParityTestingExtension.IsEven(value);

            return(result);
            // TODO: add assertions to method FloatingPointNumberParityTestingExtensionTests.IsEvenTest(Double)
        }