UIntPtr.IBitwiseOperators<UIntPtr,UIntPtr,UIntPtr>.OnesComplement Оператор

Определение

Вычисляет представление определенного значения с дополнением к единицам.

 static UIntPtr System.Numerics.IBitwiseOperators<nuint,nuint,nuint>.operator ~(UIntPtr value) = System::Numerics::IBitwiseOperators<UIntPtr, UIntPtr, UIntPtr>::op_OnesComplement;
static UIntPtr IBitwiseOperators<UIntPtr,UIntPtr,UIntPtr>.operator ~ (UIntPtr value);
static member System.Numerics.IBitwiseOperators<nuint,nuint,nuint>.op_OnesComplement : unativeint -> unativeint
 Shared Operator Not (value As UIntPtr) As UIntPtr Implements IBitwiseOperators(Of UIntPtr, UIntPtr, UIntPtr).op_OnesComplement

Параметры

value
UIntPtr

unativeint

Значение, для которого вычисляется дополнение к единицам.

Возвращаемое значение

UIntPtr

unativeint

В дополнение к value.

Реализации

Применяется к