ConversionNot(UInt64) Method
Return the binary compliment of the specified value.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static ulong Not(
ulong value1
)
Public Shared Function Not (
value1 As ULong
) As ULong
No code example is currently available or this language may not be supported.
- value1 UInt64
-
Value to compliment.
UInt64
Complimented value.