Example #1
0
        public bool IsOddTest03(float?value)
        {
            bool result = FloatingPointNumberParityTestingExtension.IsOdd(value);

            return(result);
            // TODO: add assertions to method FloatingPointNumberParityTestingExtensionTests.IsOddTest03(Nullable`1<Single>)
        }
Example #2
0
        public bool IsOddTest(double value)
        {
            bool result = FloatingPointNumberParityTestingExtension.IsOdd(value);

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