Skip to content

UInt16Extensions.SignBit Method

Definition

Gets the sign bit (bit 15) of a UInt16.

public static bool SignBit(this ushort value);

View source

Parameters

Name Type Description
value UInt16

Returns

Boolean

true if the sign bit is set; false otherwise.