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

定義

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

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

パラメーター

value
Single

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

戻り値

の 1-補数 value

実装

適用対象