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