Udostępnij za pośrednictwem


UInt128.OnesComplement(UInt128) Operator

Definicja

Oblicza reprezentację danej wartości jako uzupełnienie jedynek.

public:
 static UInt128 operator ~(UInt128 value) = System::Numerics::IBitwiseOperators<UInt128, UInt128, UInt128>::op_OnesComplement;
public static UInt128 operator ~ (UInt128 value);
static member op_OnesComplement : UInt128 -> UInt128
Public Shared Operator Not (value As UInt128) As UInt128

Parametry

value
UInt128

Wartość, dla której należy obliczyć uzupełnienie jedynek.

Zwraca

Uzupełnienie jedynek .value

Implementuje

Dotyczy