SByte.IBitwiseOperators<SByte,SByte,SByte>.OnesComplement(SByte) 演算子

定義

指定された値の 1-補数表現を計算します。

 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-補数を計算する対象の値。

戻り値

の 1-補数 value

実装

適用対象