ConversionNot(UInt64, UInt64) Method
Return the NAND result of values 1 and 2.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static ulong Not(
ulong value1,
ulong value2
)
Public Shared Function Not (
value1 As ULong,
value2 As ULong
) As ULong
No code example is currently available or this language may not be supported.
- value1 UInt64
-
Left operand.
- value2 UInt64
-
Right operand.
UInt64
NANDed value.