![]() |
VOOZH | about |
Syntax: public static bool IsNegative (float f); Return Value: This method returns the true if f evaluates to Negative otherwise it returns false.Below programs illustrate the use of Single.IsNegative() Method: Example 1:
1011.562 is not Negative
-10.651 is Negative