IFloatingPointIeee754<TSelf>.BitDecrement(TSelf) Metodo

Definizione

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

public:
 static TSelf BitDecrement(TSelf x);
public static abstract TSelf BitDecrement (TSelf x);
static member BitDecrement : 'Self -> 'Self
Public Shared Function BitDecrement (x As TSelf) As TSelf

Parametri

x
TSelf

Valore da decrementare bit per bit.

Restituisce

TSelf

Valore più grande che confronta meno di x.

Si applica a