NFloat.IBitwiseOperators<NFloat,NFloat,NFloat>.OnesComplement Operador

Definição

Calcula a representação ones-complement de um determinado valor.

 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

Parâmetros

value
NFloat

O valor para o qual calcular os ones-complement.

Retornos

O complemento ones de value.

Implementações

Aplica-se a