UInt16.IBitwiseOperators<UInt16,UInt16,UInt16>.OnesComplement 演算子

定義

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

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

パラメーター

value
UInt16

1-補数を計算する対象の値。

戻り値

の 1-補数 value

実装

適用対象