Skip to content

Int64Extensions.SignBit Method

Definition

Gets the sign bit (bit 63) of a long.

public static bool SignBit(this long value);

View source

Parameters

Name Type Description
value Int64

Returns

Boolean

true if the sign bit is set; false otherwise.