Half.Log2P1(Half) Método

Definição

Calcula o logaritmo 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

Retornos

Half

log2(x + 1)

Implementações

Aplica-se a