NFloat.BitIncrement(NFloat) Metodo

Definizione

Incrementa un valore al valore più piccolo che confronta maggiore di un valore specificato.

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

Parametri

x
NFloat

Valore da incrementare bit per bit.

Restituisce

Valore più piccolo che confronta maggiore di x.

Implementazioni

Si applica a