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