Int32Extensions.RightMostBit Method
Definition
Gets the right-most bit (bit 0) of an int.
public static bool RightMostBit(this int value);
Parameters
| Name | Type | Description |
|---|---|---|
| value | Int32 |
Returns
true if the right-most bit is set; false otherwise.