MathF.BitDecrement(Single) Metodo

Definizione

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

public:
 static float BitDecrement(float x);
public static float BitDecrement (float x);
static member BitDecrement : single -> single
Public Shared Function BitDecrement (x As Single) As Single

Parametri

x
Single

Il valore da decrementare.

Restituisce

Valore più grande che confronta meno di x.

-oppure-

NegativeInfinity se x è uguale a NegativeInfinity.

-oppure-

NaN se x è uguale a NaN.

Si applica a