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