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