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