Skip to content

UInt32Extensions.SignBit Method

Definition

Gets the sign bit (bit 31) of a uint.

public static bool SignBit(this uint value);

View source

Parameters

Name Type Description
value UInt32

Returns

Boolean

true if the sign bit is set; false otherwise.