NFloat.BitDecrement(NFloat) Método

Definição

Diminui um valor ao menor valor que se compara a menos de um dado valor.

public:
 static System::Runtime::InteropServices::NFloat BitDecrement(System::Runtime::InteropServices::NFloat x) = System::Numerics::IFloatingPointIeee754<System::Runtime::InteropServices::NFloat>::BitDecrement;
public static System.Runtime.InteropServices.NFloat BitDecrement(System.Runtime.InteropServices.NFloat x);
static member BitDecrement : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function BitDecrement (x As NFloat) As NFloat

Parâmetros

x
NFloat

O valor a ser decrescente bit a bit.

Devoluções

O menor valor que se compara a menos que x.

Implementações

Aplica-se a