BinarySizeOnesComplement Operator
Computes the ones-complement representation of a
BinarySize.
Namespace: OokiiAssembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.0.0+877c9712c6435bf9adfdb0683d7a434c5604a8f2
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)