Half.LogP1(Half) Metoda

Definicja

Oblicza logarytm naturalny (base-E) wartości plus jeden.

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

Parametry

x
Half

Zwraca

Half

loge(x + 1)

Implementuje

Dotyczy