how to find negatives in integers in C# code example Example: if number negative c sharp bool positive = number > 0; bool negative = number < 0;