ConversionNot(UInt16, UInt16) Method

Return the NAND result of values 1 and 2.

Definition

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

Parameters

value1  UInt16
Left operand.
value2  UInt16
Right operand.

Return Value

UInt16
NANDed value.

See Also