Single.BitDecrement(Single) Metodo

Definizione

Restituisce il valore più grande che confronta meno di un valore specificato.

public:
 static float BitDecrement(float x) = System::Numerics::IFloatingPointIeee754<float>::BitDecrement;
public static float BitDecrement(float x);
static member BitDecrement : single -> single
Public Shared Function BitDecrement (x As Single) As Single

Parametri

x
Single

Valore da decrementare bit per bit.

Valori restituiti

Valore più grande che confronta meno di x.

Implementazioni

Si applica a