Int64Extensions.SignBit Method
Definition
Gets the sign bit (bit 63) of a long.
public static bool SignBit(this long value);
Parameters
| Name | Type | Description |
|---|---|---|
| value | Int64 |
Returns
true if the sign bit is set; false otherwise.
Gets the sign bit (bit 63) of a long.
public static bool SignBit(this long value);
| Name | Type | Description |
|---|---|---|
| value | Int64 |
true if the sign bit is set; false otherwise.