ConversionNot(UInt32) Method

Return the binary compliment of the specified value.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static uint Not(
	uint value1
)

Parameters

value1  UInt32
Value to compliment.

Return Value

UInt32
Complimented value.

See Also