IsNegative Ever wondered if the number is a negative? Here comes the answer. Inspired by great JS library. I created one for .NET Core. Usage: using static IsNegative; IsNegative.Check(number); // returns true if number is negative