NFloat.BitIncrement(NFloat) Método

Definición

Incrementa un valor al valor más pequeño que compara mayor que un valor determinado.

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

Parámetros

x
NFloat

Valor que se va a incrementar bit a bit.

Devoluciones

Valor más pequeño que compara mayor que x.

Implementaciones

Se aplica a