Half.LogP1(Half) Método

Definición

Calcula el logaritmo natural (base-E) de un valor más uno.

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

Parámetros

x
Half

Devoluciones

Half

loge(x + 1)

Implementaciones

Se aplica a