Half.Log10P1(Half) Método

Definición

Calcula el logaritmo base 10 de un valor más uno.

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

Parámetros

x
Half

Devoluciones

Half

log10(x + 1)

Implementaciones

Se aplica a