Skip to content

UInt16Extensions.LeftMostBit Method

Definition

Gets the left-most bit (bit 15) of a UInt16.

public static bool LeftMostBit(this ushort value);

View source

Parameters

Name Type Description
value UInt16

Returns

Boolean

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