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