ConversionNot(UInt64, UInt64) 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 ulong Not(
	ulong value1,
	ulong value2
)

Parameters

value1  UInt64
Left operand.
value2  UInt64
Right operand.

Return Value

UInt64
NANDed value.

See Also