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