Half.IBitwiseOperators<Half,Half,Half>.OnesComplement(Half) Operator

Definition

Computes the ones-complement representation of a given value.

 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

Parameters

value
Half

The value for which to compute the ones-complement.

Returns

The ones-complement of value.

Implements

Applies to