Int32Extensions.ResetBit Method
Definition
Returns a new int with the bit at the specified index cleared.
public static int ResetBit(this int value, int index);
Parameters
| Name | Type | Description |
|---|---|---|
| value | Int32 | |
| index | Int32 | The zero-based bit index to reset. |
Returns
A new int with the specified bit cleared.