Пример #1
0
        public bool IsNegativeTest03(float?value)
        {
            bool result = SignedFloatingPointNumberTestingExtension.IsNegative(value);

            return(result);
            // TODO: add assertions to method SignedFloatingPointNumberTestingExtensionTests.IsNegativeTest03(Nullable`1<Single>)
        }
Пример #2
0
        public bool IsNegativeTest(double value)
        {
            bool result = SignedFloatingPointNumberTestingExtension.IsNegative(value);

            return(result);
            // TODO: add assertions to method SignedFloatingPointNumberTestingExtensionTests.IsNegativeTest(Double)
        }