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