Single.IBitwiseOperators<Single,Single,Single>.OnesComplement 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算给定值的补数表示形式。
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
要计算其补数的值。
返回
的补数 value
。