NFloat.IBitwiseOperators<NFloat,NFloat,NFloat>.OnesComplement Betreiber

Definition

Berechnet die Eins-Komplement-Darstellung eines bestimmten Werts.

 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

Parameter

value
NFloat

Der Wert, für den die Eins-Ergänzung berechnet werden soll.

Gibt zurück

Das Eins-Komplement von value.

Implementiert

Gilt für: