Skip to content

Int64Extensions.LeftMostBit Method

Definition

Gets the left-most bit (bit 63) of a long.

public static bool LeftMostBit(this long value);

View source

Parameters

Name Type Description
value Int64

Returns

Boolean

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