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