UInt16Extensions.GetBit Method
Definition
Gets the value of the bit at the specified index.
public static bool GetBit(this ushort value, int index);
Parameters
| Name | Type | Description |
|---|---|---|
| value | UInt16 | |
| index | Int32 | The zero-based bit index. Must be in the range 0 to 15. |
Returns
true if the bit is set; false otherwise.