ILogarithmicFunctions<TSelf>.Log10P1(TSelf) Metod

Definition

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

public:
 static override TSelf Log10P1(TSelf x);
public static virtual TSelf Log10P1(TSelf x);
static member Log10P1 : 'Self -> 'Self
Public Shared Overrides Function Log10P1 (x As TSelf) As TSelf

Parametrar

x
TSelf

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

Returer

TSelf

log10(x + 1)

Gäller för