Half.Log2P1(Half) Método

Definição

Calcula o logaritmo de base 2 de um valor mais um.

public:
 static Half Log2P1(Half x) = System::Numerics::ILogarithmicFunctions<Half>::Log2P1;
public static Half Log2P1(Half x);
static member Log2P1 : Half -> Half
Public Shared Function Log2P1 (x As Half) As Half

Parâmetros

x
Half

O valor ao qual um é adicionado antes de calcular o logaritmo base 2.

Retornos

log2(x + 1)

Implementações

Aplica-se a