BinarySizeOnesComplement Operator

Computes the ones-complement representation of a BinarySize.

Definition

Namespace: Ookii
Assembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.2.0+20f0bdf981c7baf115c68ccab612b1a031efcb4d
C#
public static BinarySize operator ~(
	BinarySize value
)

Parameters

value  BinarySize
The value for which to compute the ones-complement.

Return Value

BinarySize
The ones-complement of value.

Implements

IBitwiseOperatorsTSelf, TOther, TResultOnesComplement(TSelf)

See Also