Single.IBitwiseOperators<Single,Single,Single>.OnesComplement Operator

Definition

Computes the ones-complement representation of a given value.

 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

Parameters

value
Single

The value for which to compute the ones-complement.

Returns

The ones-complement of value.

Implements

Applies to