Half.Log10P1(Half) Metod

Definition

Beräknar logaritmen base-10 för ett värde plus ett.

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

Parametrar

x
Half

Värdet som läggs till innan base-10-logaritmen beräknas.

Returer

log10(x + 1)

Implementeringar

Gäller för