SByte.IBitwiseOperators<SByte,SByte,SByte>.OnesComplement(SByte) 연산자

정의

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

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

매개 변수

value
SByte

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

반환

의 보수입니다 value.

구현

적용 대상