BinarySizeOnesComplement Operator
            Computes the ones-complement representation of a 
BinarySize.
            
Namespace: OokiiAssembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.2.0+20f0bdf981c7baf115c68ccab612b1a031efcb4d
public static BinarySize operator ~(
	BinarySize value
)
Public Shared Operator ~ ( 
	value As BinarySize
) As BinarySize
public:
static BinarySize operator ~(
	BinarySize value
)
F# does not support this operator.
- value  BinarySize
 - The value for which to compute the ones-complement.
 
BinarySize
            The ones-complement of 
value.
            
IBitwiseOperatorsTSelf, TOther, TResultOnesComplement(TSelf)