Half.IBitwiseOperators<Half,Half,Half>.OnesComplement(Half) 运算符

定义

计算给定值的补数表示形式。

 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

要计算其补数的值。

返回

的补数 value

实现

适用于