IFloatingPointIeee754<TSelf>.BitDecrement(TSelf) Método

Definición

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

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

Parámetros

x
TSelf

Valor que se va a disminuir bit a bit.

Devoluciones

TSelf

Valor más grande que compara menos que x.

Se aplica a