public bool IsNegativeTest03(float?value) { bool result = SignedFloatingPointNumberTestingExtension.IsNegative(value); return(result); // TODO: add assertions to method SignedFloatingPointNumberTestingExtensionTests.IsNegativeTest03(Nullable`1<Single>) }
public bool IsNegativeTest(double value) { bool result = SignedFloatingPointNumberTestingExtension.IsNegative(value); return(result); // TODO: add assertions to method SignedFloatingPointNumberTestingExtensionTests.IsNegativeTest(Double) }