Single.BitDecrement(Single) Método

Definición

Devuelve el valor más grande que compara menos que un valor especificado.

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

Parámetros

x
Single

Valor que se va a disminuir bit a bit.

Devoluciones

Valor más grande que compara menos que x.

Implementaciones

Se aplica a