UInt64.IBitwiseOperators<UInt64,UInt64,UInt64>.OnesComplement 연산자

정의

지정된 값의 보수 표현을 계산합니다.

 static System::UInt64 System.Numerics.IBitwiseOperators<System.UInt64,System.UInt64,System.UInt64>.operator ~(System::UInt64 value) = System::Numerics::IBitwiseOperators<System::UInt64, System::UInt64, System::UInt64>::op_OnesComplement;
static ulong IBitwiseOperators<ulong,ulong,ulong>.operator ~ (ulong value);
static member System.Numerics.IBitwiseOperators<System.UInt64,System.UInt64,System.UInt64>.op_OnesComplement : uint64 -> uint64
 Shared Operator Not (value As ULong) As ULong Implements IBitwiseOperators(Of ULong, ULong, ULong).op_OnesComplement

매개 변수

value
UInt64

1-보수를 계산할 값입니다.

반환

의 보수입니다 value.

구현

적용 대상