ConversionNot(UInt16) Method

Return the binary compliment of the specified value.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static ushort Not(
	ushort value1
)

Parameters

value1  UInt16
Value to compliment.

Return Value

UInt16
Complimented value.

See Also