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