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

定義

計算指定值的 ones-補數標記法。

 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

要計算 ones-complement 的值。

傳回

的 ones-補數 value

實作

適用於