NFloat.IBitwiseOperators<NFloat,NFloat,NFloat>.OnesComplement 演算子

定義

指定された値の 1-補数表現を計算します。

 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

パラメーター

value
NFloat

1-補数を計算する対象の値。

戻り値

の 1-補数 value

実装

適用対象