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

定義

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

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

パラメーター

value
Half

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

戻り値

の 1-補数 value

実装

適用対象