ShortExtensions.IsNegative
Extension Method in ShortExtensions
Declaration
public static bool IsNegative(this short n)Description
Checks if the number is negative. n < 0
Parameters
| n | The number to check. |
Returns
| bool | True if the number is negative. |