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