Skip to content

UInt32Extensions.RightMostBit Method

Definition

Gets the right-most bit (bit 0) of a uint.

public static bool RightMostBit(this uint value);

View source

Parameters

Name Type Description
value UInt32

Returns

Boolean

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