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