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

Definição

Retorna o menor valor que compara maior que um valor especificado.

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

Parâmetros

x
TSelf

O valor a ser incrementado bit a bit.

Retornos

TSelf

O menor valor que compara maior que x.

Aplica-se a