NFloat.IBitwiseOperators<NFloat,NFloat,NFloat>.OnesComplement Operator

Definition

Computes the ones-complement representation of a given value.

 static System::Runtime::InteropServices::NFloat System.Numerics.IBitwiseOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>.operator ~(System::Runtime::InteropServices::NFloat value) = System::Numerics::IBitwiseOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>::op_OnesComplement;
static System.Runtime.InteropServices.NFloat IBitwiseOperators<NFloat,NFloat,NFloat>.operator ~ (System.Runtime.InteropServices.NFloat value);
static member System.Numerics.IBitwiseOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>.op_OnesComplement : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
 Shared Operator Not (value As NFloat) As NFloat Implements IBitwiseOperators(Of NFloat, NFloat, NFloat).op_OnesComplement

Parameters

value
NFloat

The value for which to compute the ones-complement.

Returns

The ones-complement of value.

Implements

Applies to