Half.Log Metoda

Definicja

Przeciążenia

Log(Half)

Oblicza wartość naturalną (base-E logarytm wartości.

Log(Half, Half)

Oblicza logarytm wartości w określonej bazie.

Log(Half)

Źródło:
Half.cs
Źródło:
Half.cs
Źródło:
Half.cs

Oblicza wartość naturalną (base-E logarytm wartości.

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

Parametry

x
Half

Wartość, której logarytm naturalny ma zostać obliczony.

Zwraca

Logarytm naturalny .x

Implementuje

Dotyczy

Log(Half, Half)

Źródło:
Half.cs
Źródło:
Half.cs
Źródło:
Half.cs

Oblicza logarytm wartości w określonej bazie.

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

Parametry

x
Half

Wartość, której logarytm ma zostać obliczony.

newBase
Half

Podstawa, w której ma zostać obliczony logarytm.

Zwraca

Logarytm podstawowynewBase .x

Implementuje

Dotyczy