c# how to verify if float is positive code example Example: if number negative c sharp bool positive = number > 0; bool negative = number < 0;