NFloat.BitDecrement(NFloat) Metodo

Definizione

Decrementa un valore al valore più piccolo che confronta meno di un valore specificato.

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

Parametri

x
NFloat

Valore da decrementare bit per bit.

Restituisce

Valore più piccolo che confronta meno di x.

Implementazioni

Si applica a