UIntExtensions.IsZero
Extension Method in UIntExtensions
Declaration
public static bool IsZero(this uint n)Description
Checks if the number is zero. n == 0
Parameters
| n | The number to check. |
Returns
| bool | True if the number is zero. |
public static bool IsZero(this uint n)Checks if the number is zero. n == 0
| n | The number to check. |
| bool | True if the number is zero. |