NFloat.BitDecrement(NFloat) Método

Definición

Disminuye un valor al valor más pequeño que compara menos que un valor determinado.

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

Valor que se va a reducir bit a bit.

Devoluciones

Valor menor que compara menor que x.

Implementaciones

Se aplica a