Is there an extra operation when using the negative number shorthand in C#?
In C# one can make a positive int
negative using the minus sign -
like so:
Is there a cost to making an int negative in C#?
In C# one can make a positive int
negative using the minus sign -
like so: