Single.Log10P1(Single) Yöntem

Tanım

Bir değerin ve bir değerin 10 tabanındaki logaritması hesaplar.

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

Parametreler

x
Single

Base-10 logaritması hesaplamadan önce eklenen değer.

Döndürülenler

log10(x + 1)

Uygulamalar

Şunlara uygulanır