Skip to content

UInt32Extensions.LeftMostBit Method

Definition

Gets the left-most bit (bit 31) of a uint.

public static bool LeftMostBit(this uint value);

View source

Parameters

Name Type Description
value UInt32

Returns

Boolean

true if the left-most bit is set; false otherwise.