Skip to content

UInt64Extensions.SignBit Method

Definition

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

public static bool SignBit(this ulong value);

View source

Parameters

Name Type Description
value UInt64

Returns

Boolean

true if the sign bit is set; false otherwise.