Int32Extensions.SignBit Method
Definition
Gets the sign bit (bit 31) of an int.
public static bool SignBit(this int value);
Parameters
| Name | Type | Description |
|---|---|---|
| value | Int32 |
Returns
true if the sign bit is set; false otherwise.
Gets the sign bit (bit 31) of an int.
public static bool SignBit(this int value);
| Name | Type | Description |
|---|---|---|
| value | Int32 |
true if the sign bit is set; false otherwise.